Commit History
@master
git clone https://git.catseye.tc/UampirNexol/
-
Add brief write-up to the README in prep for release of 0.1.
Chris Pressey
1 year, 1 day ago
-
Fix parser by giving parse rules for parsing operators.
Chris Pressey
1 year, 2 days ago
-
Sequential composition with trashing should continue to trash.
Chris Pressey
1 year, 3 days ago
-
Don't shadow identifiers (ghc 8.x seems more sensitive to this)
Chris Pressey
1 year, 3 days ago
-
Small problem with parser. Small problem with typechecker!
Chris Pressey
1 year, 3 days ago
-
Tidy up typechecking code.
Chris Pressey
1 year, 3 days ago
-
Ensure previously unmeaningful locations can be made meaningful.
Chris Pressey
1 year, 3 days ago
-
Check that unmeaningful values are not being used as meaningful.
Chris Pressey
1 year, 3 days ago
-
Initial implementation of `trash`, more tests, type checking TODO.
Chris Pressey
1 year, 3 days ago
-
Extract calls to `extern` routines.
Chris Pressey
1 year, 4 days ago
-
Improve data type record name.
Chris Pressey
1 year, 4 days ago
-
Failing test for extracting `extern` routines.
Chris Pressey
1 year, 4 days ago
-
Fix the failing unit test, and enable anonymous routines as well.
Chris Pressey
1 year, 4 days ago
-
Extract routines using Harvester instead of at CodeGen level.
Chris Pressey
1 year, 5 days ago
-
Edge in the direction we're headed. There will be a leap.
Chris Pressey
1 year, 5 days ago
-
Add Harvester module, which we will use before extraction now.
Chris Pressey
1 year, 5 days ago
-
Parse extern expressions.
Chris Pressey
1 year, 5 days ago
-
Move towards supporting extern decls: merge Expr and Type modules.
Chris Pressey
1 year, 5 days ago
-
Change syntax for literal address.
Chris Pressey
1 year, 5 days ago
-
Parse multiple bindings in a `let` block.
Chris Pressey
1 year, 5 days ago
-
Fix serialization to BASIC header format: correct baseAddr.
Chris Pressey
1 year, 6 days ago
-
Add another debugging output option.
Chris Pressey
1 year, 6 days ago
-
Vet the conditional code that is generated, using VIC-20 emulator.
Chris Pressey
1 year, 6 days ago
-
Generate the file header needed for PRGs that was missing.
Chris Pressey
1 year, 7 days ago
-
Allow building with ghc 8.x.
Chris Pressey
1 year, 7 days ago
-
Describe situation of the evaluator code better.
Chris Pressey
1 year, 7 days ago
-
Make compilable with ghc 8.x. (untested)
Chris Pressey
1 year, 9 days ago
-
Command-line option refactor. Generate BASIC header PRG files.
Chris Pressey
1 year, 9 days ago
-
Arrange routines better in, and simplify, code serializer.
Chris Pressey
1 year, 9 days ago
-
Improve documentation and refactor.
Chris Pressey
1 year, 9 days ago