Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix typo | Thomas Voss | 2024-06-24 | 1 | -1/+1 |
* | Support ‘…’ and ‘...’ in initializers | Thomas Voss | 2024-06-24 | 7 | -8/+102 |
* | Properly handle decl without assignment | Thomas Voss | 2024-06-24 | 2 | -4/+11 |
* | Use fwdnode() when possible | Thomas Voss | 2024-06-24 | 1 | -2/+2 |
* | Formatting | Thomas Voss | 2024-06-24 | 1 | -1/+0 |
* | Try to remap pages with mremap() on Linux | Thomas Voss | 2024-06-24 | 1 | -2/+22 |
* | Assert that arena_free() unmaps pages | Thomas Voss | 2024-06-24 | 1 | -0/+16 |
* | Begin adding infrastructure for testing | Thomas Voss | 2024-06-24 | 6 | -154/+390 |
* | Begin work on supporting mutable variables | Thomas Voss | 2024-06-24 | 3 | -32/+98 |
* | Fix negation broken in commit 6a98395 | Thomas Voss | 2024-06-23 | 1 | -1/+1 |
* | Shove everything into ctx | Thomas Voss | 2024-06-23 | 1 | -72/+74 |
* | Move the symbol table to its own file | Thomas Voss | 2024-06-23 | 4 | -49/+75 |
* | Switch from arena_t to arena_t * | Thomas Voss | 2024-06-23 | 1 | -3/+3 |
* | Rename symtab to symtab_t | Thomas Voss | 2024-06-23 | 2 | -5/+5 |
* | Don’t grep for things inside of vendor/ | Thomas Voss | 2024-06-23 | 1 | -0/+1 |
* | Make use of MPQCPY() and MPQ_IS_INIT() | Thomas Voss | 2024-06-23 | 1 | -18/+13 |
* | Formatting | Thomas Voss | 2024-06-23 | 2 | -3/+4 |
* | Implement a temporary allocator | Thomas Voss | 2024-06-23 | 3 | -11/+80 |
* | Various codegen work | Thomas Voss | 2024-06-22 | 4 | -67/+86 |
* | Set RHS to ‘i’ when a block is empty | Thomas Voss | 2024-06-22 | 1 | -1/+1 |
* | Include <stdio.h> when -DDEBUG is passed | Thomas Voss | 2024-06-22 | 1 | -0/+5 |
* | Sort issigned after isfloat | Thomas Voss | 2024-06-22 | 1 | -1/+1 |
* | Default untyped numeric constants to ints | Thomas Voss | 2024-06-22 | 1 | -2/+4 |
* | If a key is unset, default it to AST_EMPTY | Thomas Voss | 2024-06-22 | 1 | -2/+3 |
* | Don’t assume that uints are 64 bits | Thomas Voss | 2024-06-22 | 1 | -1/+2 |
* | Print result of strerror() | Thomas Voss | 2024-06-22 | 1 | -3/+3 |
* | More codegen work | Thomas Voss | 2024-06-22 | 3 | -63/+111 |
* | Rename lots of things to make my life easier | Thomas Voss | 2024-06-22 | 19 | -311/+332 |
* | Store decl info in auxilliary data | Thomas Voss | 2024-06-22 | 7 | -115/+163 |
* | Do some work on basic basic codegen | Thomas Voss | 2024-06-22 | 4 | -32/+109 |
* | Reset errno to 0 | Thomas Voss | 2024-06-21 | 1 | -0/+1 |
* | Ignore a bunch of GNU MP build artifacts | Thomas Voss | 2024-06-21 | 1 | -2/+820 |
* | Basic constant folding implementation | Thomas Voss | 2024-06-21 | 2159 | -30/+548204 |
* | Fix fmdcmp() | Thomas Voss | 2024-06-21 | 1 | -2/+13 |
* | Avoid memory leak | Thomas Voss | 2024-06-21 | 1 | -0/+1 |
* | Set target triple in LLVM | Thomas Voss | 2024-06-21 | 1 | -0/+5 |