Commit graph

9 commits

Author SHA1 Message Date
Samuel Hammersberg
d41db9bbb8 Added some more to the comment of binExprToValues 2023-02-04 15:25:28 +01:00
Samuel Hammersberg
cd47f7dde3 renamed evalToValues to binExprToValues 2023-02-04 15:21:04 +01:00
Samuel Hammersberg
66fb77c84e Added some missing math operators 2023-02-04 15:11:56 +01:00
Samuel Hammersberg
026949ae7e Added support for subtraction 2023-02-04 13:20:46 +01:00
Samuel Hammersberg
57f8b6ba5b Optimized add even further. 2023-02-04 11:35:57 +01:00
Samuel Hammersberg
f9c5a520e3 Implemented addition. 2023-02-04 11:29:59 +01:00
Samuel Hammersberg
819f4c9406 Made a simple code generator that outputs to LLVM IR 2023-02-03 16:59:36 +01:00
Samuel Hammersberg
2c17695d3a The i64ToString function is soon done.
Co-authored-by: William <Rakarake@users.noreply.github.com>
2023-01-23 14:18:11 +01:00
Samuel Hammersberg
0ae5a9cee0 Switched directories for the test program, added some example LL programs, and gave the Funky programs a temporary extension. 2023-01-22 19:42:51 +01:00