Skip to content

Commit a82e2a0

Browse files
committed
READMEにFUNCTIONを実装したことを記載した
1 parent 6984c02 commit a82e2a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ java [PROGRAM-ID]
2828
## The progress of the development
2929

3030
The functions in the following "implemented" list are tested using [NIST COBOL85 test suite](https://www.itl.nist.gov/div897/ctg/cobol_form.htm)
31-
and **95%** of the test cases are passed.
31+
and **96%** of the test cases are passed.
3232

3333
Implemented.
3434

@@ -39,11 +39,11 @@ Implemented.
3939
* Sequential files
4040
* Indexed files
4141
* Sort statements
42+
* Embedded functions (ACOS, LENGTH, MAX, ...)
4243

4344
Not Implemented.
4445

4546
* Relative files
46-
* Embedded functions (ACOS, LENGTH, MAX, ...)
4747

4848
Known bugs
4949

README_JP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ java [PROGRAM-ID]
2626

2727
## The progress of the development
2828

29-
下記の実装済みリストにある機能は[NIST COBOL85 test suite](https://www.itl.nist.gov/div897/ctg/cobol_form.htm)でテストされており,**95%** のテストケースをパスしています.
29+
下記の実装済みリストにある機能は[NIST COBOL85 test suite](https://www.itl.nist.gov/div897/ctg/cobol_form.htm)でテストされており,**96%** のテストケースをパスしています.
3030

3131
実装済み
3232

@@ -37,11 +37,11 @@ java [PROGRAM-ID]
3737
* SEQUENTIALファイルの入出力機能
3838
* INDEXEDファイルの入出力機能
3939
* SORT文
40+
* 組み込み関数 (ACOS, LENGTH, MAX, ...)
4041

4142
実装予定
4243

4344
* RELATIVEファイルの入出力機能
44-
* 組み込み関数 (ACOS, LENGTH, MAX, ...)
4545

4646
既知の不具合
4747

0 commit comments

Comments
 (0)