Add simple C++ compiler
This commit is contained in:
7
tests/compileme.ppl
Normal file
7
tests/compileme.ppl
Normal file
@@ -0,0 +1,7 @@
|
||||
(print "dingus")
|
||||
(let x (function int [int x int y]
|
||||
(print "dingus, but this time we're in a function")
|
||||
(return 5)
|
||||
))
|
||||
(print (x 5 6))
|
||||
(return 69)
|
||||
Reference in New Issue
Block a user