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
|
fd64a7e669
|
Added a function to load the Standard LLVM library at runtime.
|
2023-01-24 11:38:33 +01:00 |
|
Samuel Hammersberg
|
8aaf05bf82
|
separated the LLVM standard lib into its own file
|
2023-01-24 10:21:49 +01:00 |
|
Samuel Hammersberg
|
5524e1ec3e
|
Removed all opaque pointers
|
2023-01-23 16:17:54 +01:00 |
|
Samuel Hammersberg
|
157ff56301
|
Integers are now properly printed.
|
2023-01-23 15:55:48 +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 |
|