Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/UampirNexol/
- Treat warnings as errors. Clean up following that. Chris Pressey a month ago
- Syntax for address locations, and hexadecimal literals. Chris Pressey a month ago
- Implement while loop as syntactic sugar. Chris Pressey a month ago
- Assign types to repeat..until expressions. Chris Pressey a month ago
- Type-checking for `if` expressions. Chris Pressey a month ago
- Extract code for `if` and `repeat` (probably) correctly. Chris Pressey a month ago
- Add --type-check option, to disable type checking in extraction Chris Pressey a month ago
- while -> repeat Chris Pressey a month ago
- Begin fleshing out extraction of `if` and `while` constructs. Chris Pressey a month ago
- The explanation sounds awkward, but that's what's happening here. Chris Pressey a month ago
- Improve the type checker so that these test cases pass. Chris Pressey a month ago
- Type-check during extraction better, and format extraction nicely. Chris Pressey a month ago
- Introduce Extractor module, add extract command, tests for same. Chris Pressey a month ago
- More proper implementation of type checking (application, errors.) Chris Pressey a month ago
- Fix application parser. Chris Pressey a month ago
- Checkpoint making LDA# curried. Chris Pressey a month ago
- Small simplification Chris Pressey a month ago
- Better name for immediate instruction, and better flags in types Chris Pressey a month ago
- Evaluator sets flags in processor state. Other small upgrades. Chris Pressey a month ago
- Better syntax for IsSet, IsUnset. Chris Pressey a month ago
- Fix up the parser. Chris Pressey a month ago
- Prog -> Expr Chris Pressey a month ago
- Small refactor Chris Pressey a month ago
- Improve how the machine state is modelled: use locations. Chris Pressey a month ago
- Improve documentation and naming. Chris Pressey a month ago
- More concise rendering of type values. Chris Pressey 2 months ago
- Assign type to UampirNexol program. Chris Pressey 2 months ago
- A state type is associated with two different sets of locations. Chris Pressey 2 months ago
- Enable typecheck subcommand in implementation. Chris Pressey 2 months ago
- Parse conditional structures. Chris Pressey 2 months ago