Skip to content

Commit

Permalink
Version 3.1.2
Browse files Browse the repository at this point in the history
* Support (void) on function definition
* Support calling constructor
  • Loading branch information
hiromi-mi committed Oct 5, 2019
1 parent 48f0192 commit 6d4747d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ test: test1 test2 test3 test4 \
test28 test30 test29 test31 test34 test35\
test36 test32 test33 test37 test38
+ make -C samples/
+ make -C cppsamples/

test1:
sh testfdef.sh 'int main() {return 1;}' 1
Expand Down
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hanando-fukui

セルフホスト C(+いろいろ) サブセットコンパイラ: Version 3.1.1 (2019/9/12)
セルフホスト C(+いろいろ) サブセットコンパイラ: Version 3.1.2 (2019/10/05)

## ビルド
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hanando-fukui
Self-hostable C(+something) Compiler Prototype: Version 3.1.1 (2019/9/12 version)
Self-hostable C(+something) Compiler Prototype: Version 3.1.2 (2019/10/05)

*Japanese README is avaliable on README.ja.md*

Expand Down

0 comments on commit 6d4747d

Please sign in to comment.