Attacked the code generator and added bool support.
This commit is contained in:
parent
1a21698772
commit
d026dca42f
5 changed files with 28 additions and 10 deletions
3
sample-programs/lt_testing.crf
Normal file
3
sample-programs/lt_testing.crf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
main = case (lt 3 5) of
|
||||
True => 1
|
||||
False => 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue