Skip to content

Commit

Permalink
version 10.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ab25cq committed May 3, 2019
1 parent 005ae74 commit 0b25772
Show file tree
Hide file tree
Showing 38 changed files with 1,087 additions and 113 deletions.
3 changes: 2 additions & 1 deletion C.clcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
class C version 1
{
def puts(str:byte*):int;
}
def strcmp(str1:byte*, str2:byte*):int;
}
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

version 10.4.2

Finished to implement C-FFI on JIT.

Continue to implement C Header Parser.

version 10.4.1

Continue to implement C-FFI on JIT.
Expand Down
Loading

0 comments on commit 0b25772

Please sign in to comment.