| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | parser: Add asan:reserve and asan:weak support | Miquel Sabaté Solà | 2025-08-28 | 2 | -19/+223 |
| * | nasm: Error out when using WRAM when not available | Miquel Sabaté Solà | 2025-08-28 | 4 | -1/+58 |
| * | xixanta: Be more mindful on what's being exported | Miquel Sabaté Solà | 2025-08-27 | 1 | -6/+21 |
| * | Remove ncount and ngrep | Miquel Sabaté Solà | 2025-08-27 | 5 | -36/+0 |
| * | nasm: Implement the -s/--stats option | Miquel Sabaté Solà | 2025-08-27 | 2 | -0/+33 |
| * | ci: Work with recursive submodules | Miquel Sabaté Solà | 2025-08-18 | 1 | -0/+4 |
| * | ci: Ensure cl65 is installed | Miquel Sabaté Solà | 2025-08-18 | 1 | -0/+5 |
| * | Rebump end-to-end tests to work via git submodules | Miquel Sabaté Solà | 2025-08-18 | 8 | -20/+173 |
| * | Don't get into all blocks when evaluating the context | Miquel Sabaté Solà | 2025-08-18 | 1 | -4/+51 |
| * | Provide a node to the Object struct | Miquel Sabaté Solà | 2025-08-18 | 2 | -1/+75 |
| * | xa65: Introduce the -s/--strict option | Miquel Sabaté Solà | 2025-08-18 | 1 | -4/+14 |
| * | Reset literal mode before left arm of an operation | Miquel Sabaté Solà | 2025-08-18 | 1 | -0/+5 |
| * | xa65: Add the -e/--error flag | Miquel Sabaté Solà | 2025-08-18 | 1 | -5/+17 |
| * | Include RODATA inside of the default nrom65 config | Miquel Sabaté Solà | 2025-08-18 | 1 | -1/+1 |
| * | xixanta: Allow for mapping size larger than 16 bit | Miquel Sabaté Solà | 2025-08-18 | 1 | -3/+10 |
| * | xa65: Introduce the -b/--bin option | Miquel Sabaté Solà | 2025-08-18 | 1 | -7/+24 |
| * | Fix shift overflow on certain expressions | Miquel Sabaté Solà | 2025-08-18 | 1 | -2/+2 |
| * | ci: Add RUST_BACKTRACE to all jobs | Miquel Sabaté Solà | 2025-08-18 | 1 | -0/+1 |
| * | Use a buffered reader for incbin | Miquel Sabaté Solà | 2025-08-17 | 1 | -2/+3 |
| * | Apply suggested style fixes from clippy | Miquel Sabaté Solà | 2025-08-17 | 9 | -84/+64 |
| * | parser: Fix disambiguation paren on first argument | Miquel Sabaté Solà | 2025-08-17 | 1 | -3/+99 |
| * | xa65: Fix minor style issues | Miquel Sabaté Solà | 2025-01-23 | 1 | -3/+3 |
| * | Add a configuration for MMC1 | Miquel Sabaté Solà | 2025-01-23 | 3 | -17/+17 |
| * | xa65: Create hex dumps for both binaries | Miquel Sabaté Solà | 2025-01-23 | 1 | -0/+49 |
| * | Add support for a single equal sign operator | Miquel Sabaté Solà | 2025-01-23 | 1 | -1/+4 |
| * | Drop lazy_static dependency | Miquel Sabaté Solà | 2025-01-22 | 5 | -498/+1703 |
| * | Implement echo control statements | Miquel Sabaté Solà | 2025-01-22 | 3 | -2/+48 |
| * | nasm: Implement the -D flag | Miquel Sabaté Solà | 2025-01-22 | 8 | -5/+134 |
| * | github: Add dependabot configuration | Miquel Sabaté Solà | 2025-01-22 | 1 | -0/+6 |
| * | Remove dependency on TOML | Miquel Sabaté Solà | 2025-01-22 | 13 | -550/+121 |
| * | Remove the dependency on clap | Miquel Sabaté Solà | 2025-01-22 | 7 | -301/+260 |
| * | Remove dependency to the rand crate | Miquel Sabaté Solà | 2025-01-22 | 6 | -195/+20 |
| * | tests: Add aoc2023.nes to end-to-end tests | Miquel Sabaté Solà | 2025-01-22 | 2 | -0/+12 |
| * | Be more explicit on empty identifiers | Miquel Sabaté Solà | 2025-01-21 | 1 | -6/+3 |
| * | Allow dot characters on identifiers | Miquel Sabaté Solà | 2025-01-21 | 1 | -19/+67 |
| * | Introduce looking ahead when parsing literals | Miquel Sabaté Solà | 2025-01-21 | 2 | -193/+296 |
| * | Track the level of recursive calls | Miquel Sabaté Solà | 2025-01-20 | 1 | -18/+35 |
| * | Whitelist valid identifier characters | Miquel Sabaté Solà | 2025-01-16 | 2 | -8/+27 |
| * | Permit 16-bit decimal values | Miquel Sabaté Solà | 2025-01-16 | 1 | -9/+18 |
| * | Implement .ifdef/.ifndef statements | Miquel Sabaté Solà | 2025-01-16 | 4 | -4/+78 |
| * | Implement .def/.defined expressions | Miquel Sabaté Solà | 2025-01-16 | 3 | -0/+57 |
| * | Implement .if/.elsif/.else statements | Miquel Sabaté Solà | 2025-01-16 | 4 | -43/+258 |
| * | Add boolean operators | Miquel Sabaté Solà | 2025-01-16 | 3 | -11/+100 |
| * | Fix error with strings containing equal operator | Miquel Sabaté Solà | 2025-01-15 | 1 | -10/+7 |
| * | Allow semicolons inside of strings | Miquel Sabaté Solà | 2025-01-15 | 1 | -9/+43 |
| * | Simplify string arguments for control statements | Miquel Sabaté Solà | 2025-01-15 | 2 | -28/+51 |
| * | Disambiguate unary/binary operators | Miquel Sabaté Solà | 2025-01-15 | 1 | -1/+8 |
| * | Move check for ASCII-only strings into the parser | Miquel Sabaté Solà | 2025-01-15 | 2 | -9/+6 |
| * | Split 'parse_expression' into more functions | Miquel Sabaté Solà | 2025-01-15 | 1 | -70/+86 |
| * | Parse a string literal as a single object | Miquel Sabaté Solà | 2025-01-15 | 1 | -0/+47 |
