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 |
|