| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document some more bugs | Thomas Voss | 2024-07-09 | 1 | -9/+22 |
| | | |||||
| * | Add tests for static locals | Thomas Voss | 2024-07-09 | 2 | -0/+59 |
| | | |||||
| * | Throw error when assigning non-const to :: | Thomas Voss | 2024-07-09 | 1 | -0/+3 |
| | | |||||
| * | Throw error when attempting to declare a local variable ‘pub’ | Thomas Voss | 2024-07-09 | 1 | -0/+2 |
| | | |||||
| * | Allow negation of untyped integer constant | Thomas Voss | 2024-07-09 | 1 | -1/+1 |
| | | |||||
| * | Document bug | Thomas Voss | 2024-07-09 | 1 | -0/+8 |
| | | |||||
| * | Support static-local variables | Thomas Voss | 2024-07-09 | 5 | -21/+54 |
| | | |||||
| * | Document another bug | Thomas Voss | 2024-07-08 | 1 | -0/+10 |
| | | |||||
| * | Add a recursion bug | Thomas Voss | 2024-07-08 | 1 | -0/+4 |
| | | |||||
| * | Add some basic LLVM IR tests | Thomas Voss | 2024-07-08 | 7 | -0/+112 |
| | | |||||
| * | Document known bugs | Thomas Voss | 2024-07-08 | 2 | -1/+19 |
| | | |||||
| * | Fix issues with shadowing | Thomas Voss | 2024-07-08 | 1 | -2/+7 |
| | | |||||
| * | Just use LLVMPrintModuleToString 🤡 | Thomas Voss | 2024-07-08 | 1 | -9/+4 |
| | | |||||
| * | Fix memory leak | Thomas Voss | 2024-07-08 | 1 | -0/+1 |
| | | |||||
| * | Fallback to stderr if module printing fails with ENXIO | Thomas Voss | 2024-07-08 | 1 | -6/+9 |
| | | |||||
| * | Param 2 of constfoldexpr() can be NULL | Thomas Voss | 2024-07-08 | 1 | -1/+1 |
| | | |||||
| * | Print to stdout when -l is provided | Thomas Voss | 2024-07-08 | 1 | -3/+5 |
| | | |||||
| * | Actually make unary plus an AST node | Thomas Voss | 2024-07-08 | 4 | -16/+26 |
| | | |||||
| * | Use hex for more compact representation | Thomas Voss | 2024-07-08 | 1 | -3/+3 |
| | | |||||
| * | Hardcode i1 for bools | Thomas Voss | 2024-07-08 | 1 | -2/+2 |
| | | |||||
| * | Use LLVMBuildBinOp instead of function pointers | Thomas Voss | 2024-07-08 | 1 | -15/+14 |
| | | |||||
| * | Fix bugs when handling funcalls | Thomas Voss | 2024-07-08 | 1 | -0/+9 |
| | | |||||
| * | Fix comment | Thomas Voss | 2024-07-08 | 1 | -1/+1 |
| | | |||||
| * | Support function calls | Thomas Voss | 2024-07-08 | 5 | -21/+101 |
| | | |||||
| * | Don’t scream :( | Thomas Voss | 2024-07-06 | 1 | -7/+7 |
| | | |||||
| * | Correct some fake news | Thomas Voss | 2024-07-06 | 1 | -4/+4 |
| | | |||||
| * | Fix typo | Thomas Voss | 2024-07-06 | 1 | -1/+1 |
| | | |||||
| * | Increase the default arena page size | Thomas Voss | 2024-07-06 | 1 | -1/+1 |
| | | |||||
| * | Fix formatting | Thomas Voss | 2024-07-06 | 1 | -33/+59 |
| | | |||||
| * | Implement booleans | Thomas Voss | 2024-07-06 | 15 | -227/+284 |
| | | |||||
| * | Fix race-condition things | Thomas Voss | 2024-07-05 | 1 | -10/+6 |
| | | |||||
| * | Fix out-of-order definitions | Thomas Voss | 2024-07-02 | 1 | -3/+2 |
| | | |||||
| * | Refactoring | Thomas Voss | 2024-07-02 | 2 | -25/+15 |
| | | |||||
| * | Completely rework how types are handled | Thomas Voss | 2024-07-02 | 15 | -426/+678 |
| | | |||||
| * | Mark vendor/ as linguist-vendored | Thomas Voss | 2024-07-02 | 1 | -0/+1 |
| | | |||||
| * | Patch memory leak | Thomas Voss | 2024-07-02 | 1 | -0/+1 |
| | | |||||
| * | Use the proper instructions for floats | Thomas Voss | 2024-07-01 | 1 | -12/+13 |
| | | |||||
| * | Evaluate identifiers in other scopes | Thomas Voss | 2024-07-01 | 1 | -2/+2 |
| | | |||||
| * | Disallow static undefined variables | Thomas Voss | 2024-07-01 | 1 | -2/+6 |
| | | |||||
| * | Support assignments to mutable variables | Thomas Voss | 2024-07-01 | 5 | -7/+74 |
| | | |||||
| * | Fix style | Thomas Voss | 2024-07-01 | 1 | -2/+2 |
| | | |||||
| * | Add (x & y) and (x | y) | Thomas Voss | 2024-06-29 | 4 | -24/+35 |
| | | |||||
| * | Implement bit shifting operations | Thomas Voss | 2024-06-29 | 4 | -85/+170 |
| | | |||||
| * | Implement ~x and x ~ y | Thomas Voss | 2024-06-28 | 4 | -20/+64 |
| | | |||||
| * | Properly check for EOF | Thomas Voss | 2024-06-28 | 1 | -2/+9 |
| | | |||||
| * | Make division work as expected | Thomas Voss | 2024-06-28 | 1 | -4/+33 |
| | | |||||
| * | Try to properly support remainder | Thomas Voss | 2024-06-28 | 3 | -16/+33 |
| | | |||||
| * | Remove TODO | Thomas Voss | 2024-06-28 | 1 | -1/+0 |
| | | |||||
| * | Do some more work to support modulus and parenthesis | Thomas Voss | 2024-06-28 | 7 | -58/+112 |
| | | |||||
| * | Prelimiary work on binary expressions | Thomas Voss | 2024-06-28 | 4 | -14/+116 |
| | | |||||