Commit Graph

4 Commits

Author SHA1 Message Date
64405d5a06 Formatting. 2023-07-22 15:00:07 -07:00
1ad3d6c517 Start building out type inference. 2023-06-21 21:56:54 -07:00
7efd2fb796 Add a code generator for making tests of the examples. 2023-06-04 17:29:59 -07:00
b2f6b12ced 🤷 The initial version of the compiler, both static and JIT.
This implements a full compiler, with both static compilation and JIT
support, for the world's simplest and silliest programming language. You
can do math, and print variables. That's it. On the bright side, it
implements every part of the compiler, from the lexer and parser;
through analysis and simplification; and into a reasonable code
generator. This should be a good jumping off point for adding more
advanced features.

Tests, including proptests, are included to help avoid regressions.
2023-05-13 15:00:02 -05:00