History of
doc
@master
git clone https://git.catseye.tc/UampirNexol/
-
Fix parser by giving parse rules for parsing operators.
Chris Pressey
2 days ago
-
Sequential composition with trashing should continue to trash.
Chris Pressey
3 days ago
-
Small problem with parser. Small problem with typechecker!
Chris Pressey
3 days ago
-
Check that unmeaningful values are not being used as meaningful.
Chris Pressey
3 days ago
-
Initial implementation of `trash`, more tests, type checking TODO.
Chris Pressey
3 days ago
-
Extract calls to `extern` routines.
Chris Pressey
4 days ago
-
Failing test for extracting `extern` routines.
Chris Pressey
4 days ago
-
Fix the failing unit test, and enable anonymous routines as well.
Chris Pressey
4 days ago
-
Parse extern expressions.
Chris Pressey
5 days ago
-
Change syntax for literal address.
Chris Pressey
5 days ago
-
Parse multiple bindings in a `let` block.
Chris Pressey
5 days ago
-
Vet the conditional code that is generated, using VIC-20 emulator.
Chris Pressey
6 days ago
-
Arrange routines better in, and simplify, code serializer.
Chris Pressey
9 days ago
-
Generate RTS at end of subroutine, and measure its length properly.
Chris Pressey
9 days ago
-
Include addresses in subroutine calls, and refactor serializer.
Chris Pressey
9 days ago
-
Actually start extracting multiple routines from the expression.
Chris Pressey
10 days ago
-
Improve documentation.
Chris Pressey
10 days ago
-
Move towards extracting code for subroutine calls.
Chris Pressey
10 days ago
-
Split extraction tests off into their own document.
Chris Pressey
10 days ago
-
Semantics of call routine.
Chris Pressey
10 days ago
-
Add failing tests for evaluator.
Chris Pressey
10 days ago
-
Split up documentation, and attempt to add some notes.
Chris Pressey
10 days ago
-
Fix expectation in test (branch +3 was not actually far enough.)
Chris Pressey
17 days ago
-
Parsing and testing of `routine` and `call`.
Chris Pressey
21 days ago
-
Type STA so that the location is part of its output type.
Chris Pressey
22 days ago
-
No need to suppress typechecking on extraction tests currently.
Chris Pressey
22 days ago
-
Locations in expressions, and with these, implement STA.
Chris Pressey
22 days ago
-
Move definition of UampirNexol into its own file.
Chris Pressey
22 days ago