Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Fix some bugs related to unsigned integers | Thomas Voss | 2024-06-27 | 1 | -6/+9 | |
* | Support unary plus and minus | Thomas Voss | 2024-06-26 | 5 | -11/+78 | |
* | Zero-initialize rtype | Thomas Voss | 2024-06-26 | 1 | -2/+1 | |
* | Make check more correct | Thomas Voss | 2024-06-26 | 1 | -1/+6 | |
* | Run ‘make clean’ instead of ‘make distclean’ | Thomas Voss | 2024-06-26 | 1 | -1/+1 | |
* | Support generation of asm/obj files | Thomas Voss | 2024-06-25 | 13 | -8/+1302 | |
* | Formatting | Thomas Voss | 2024-06-25 | 1 | -1/+1 | |
* | Move MIN() and MAX() to common.h | Thomas Voss | 2024-06-25 | 5 | -6/+11 | |
* | Update example command | Thomas Voss | 2024-06-25 | 1 | -3/+2 | |
* | Remove gitmodules file | Thomas Voss | 2024-06-25 | 1 | -3/+0 | |
* | Add a TODO | Thomas Voss | 2024-06-25 | 1 | -0/+1 | |
* | Initialize aux length to 0 | Thomas Voss | 2024-06-25 | 1 | -1/+3 | |
* | Make check a bit more robust | Thomas Voss | 2024-06-25 | 1 | -1/+1 | |
* | Fix compiler warning on Darwin | Thomas Voss | 2024-06-25 | 1 | -1/+1 | |
* | Add a mail map | Thomas Voss | 2024-06-25 | 1 | -0/+1 | |
* | Fix build on Darwin | Thomas Voss | 2024-06-25 | 3 | -9/+11 | |
* | Ignore Darwin-specific build artifacts | Thomas Voss | 2024-06-25 | 1 | -138/+159 | |
* | Replace ‘bufalloc(); malloc()’ with calloc() | Thomas Voss | 2024-06-24 | 1 | -4/+4 | |
* | Fix release build | Thomas Voss | 2024-06-24 | 2 | -2/+9 | |
* | Utilize SSE4.1 to skip comments at 2x speed | Thomas Voss | 2024-06-24 | 4 | -41/+131 | |
* | Init target for AArch64 | Thomas Voss | 2024-06-24 | 1 | -0/+1 | |
* | Assert that type2llvm is never called with size 0 | Thomas Voss | 2024-06-24 | 1 | -12/+14 | |
* | Try to handle floating point numbers better | Thomas Voss | 2024-06-24 | 3 | -10/+44 | |
* | Assert that neither int nor floats exceed 128 bits | Thomas Voss | 2024-06-24 | 1 | -1/+1 | |
* | Add basic support for floating point numbers | Thomas Voss | 2024-06-24 | 4 | -32/+76 | |
* | Allow runes with Pattern_White_Space to be whitespace | Thomas Voss | 2024-06-24 | 3 | -168/+11 | |
* | Warn for unexpected runes | Thomas Voss | 2024-06-24 | 2 | -2/+3 | |
* | Add a clarification that ‘…’ is prefered *syntax* | Thomas Voss | 2024-06-24 | 1 | -1/+10 | |
* | Fix typo | Thomas Voss | 2024-06-24 | 1 | -1/+1 | |
* | Fix typo | Thomas Voss | 2024-06-24 | 1 | -1/+1 | |
* | Include build instructions | Thomas Voss | 2024-06-24 | 1 | -0/+42 | |
* | Change header formatting | Thomas Voss | 2024-06-24 | 1 | -3/+5 | |
* | Set the target data layout | Thomas Voss | 2024-06-24 | 1 | -6/+32 | |
* | Assert that integer types don’t exceed 128 bits | Thomas Voss | 2024-06-24 | 1 | -1/+1 | |
* | Support nested functions | Thomas Voss | 2024-06-24 | 2 | -13/+51 | |
* | Make int and uint word sized | Thomas Voss | 2024-06-24 | 1 | -8/+11 | |
* | Fix punctuation | Thomas Voss | 2024-06-24 | 1 | -1/+1 | |
* | Add a note about naming | Thomas Voss | 2024-06-24 | 1 | -0/+6 |