deimos-lang/sketching/may_2025
2025-05-26 16:24:51 -05:00
..
closure.dm Implement closure in ast building, unparsing, and pretty printing. 2025-05-17 10:32:14 -05:00
hello_world.dm Successful work to compile, parse, and unparse basic Deimos. 2025-05-15 09:40:39 -05:00
if.dm Change grammar to properly allow if, while, and for loops (without confusing it with closures). 2025-05-17 17:30:55 -05:00
int.dm Add interface/class test case. 2025-05-21 12:25:23 -05:00
name_one.dm Add primitive type uses and related. 2025-05-19 13:52:42 -05:00
print.dm Add build for platform function. 2025-05-18 09:02:35 -05:00
std_core.dm Add primitive type uses and related. 2025-05-19 13:52:42 -05:00
use.dm Flesh out gather and resolve, add todos, refactor a bit. 2025-05-20 11:09:06 -05:00
with.dm Add with-keyword sketching. 2025-05-26 16:24:51 -05:00