Commit History
@master
git clone https://git.catseye.tc/Xoomonk/
-
Update README, add more tests, fix implementation of $.not.
catseye
11 years ago
-
Remove trivial examples, but add one of that song about beer.
catseye
11 years ago
-
Implement remainder of builtins. All tests pass!
catseye
11 years ago
-
Fix MalingeringStore.copy().
catseye
11 years ago
-
`$` doesn't count as variable usage during analysis.
catseye
11 years ago
-
Clarify what it really means to be an unsaturated store.
catseye
11 years ago
-
Make `$` into a globally-accessible name for a store for builtins.
catseye
11 years ago
-
Sort variables by name when depicting a store.
catseye
11 years ago
-
Check for unassigned variables during malingering store access.
catseye
11 years ago
-
The main program is not a block, it's just too weird for now.
catseye
11 years ago
-
Unsaturated blocks. More tests pass. Only a few contradictions.
catseye
11 years ago
-
Begin to make error messaging conform.
catseye
11 years ago
-
Implement *, inadequately I'm sure.
catseye
11 years ago
-
Implement . during assignment and referencing; more tests pass.
catseye
11 years ago
-
Remove weird [a=*] thing; assigned variables are 0 like it said.
catseye
11 years ago
-
Try making unsaturated malingering stores, rather clumsily.
catseye
11 years ago
-
A few tweaks for correctness, and a few more tests pass.
catseye
11 years ago
-
Implement Block analysis. Gets a few tests to pass.
catseye
11 years ago
-
Add the first two tests as example programs, for convenience.
catseye
11 years ago
-
Move evaluator nearer to bottom of source; feels better that way.
catseye
11 years ago
-
Rectify file permissions.
catseye
11 years ago
-
Enough of the evaluator to run the more involved output example.
Cat's Eye Technologies
12 years ago
-
Enough of the evaluator to correctly run "Hello, world!".
Cat's Eye Technologies
12 years ago
-
Fix Xoomonk syntax problems in existing test cases.
Cat's Eye Technologies
12 years ago
-
Yeah, I always get MULTILINE and DOTALL mixed up too.
Cat's Eye Technologies
12 years ago
-
Stub for evaluator, but parser seems to need work.
Cat's Eye Technologies
12 years ago
-
Improve scanner, add options, read given file, Falderal tests run.
Cat's Eye Technologies
12 years ago
-
Add AST nodes and get the parser basically working.
Cat's Eye Technologies
12 years ago
-
Start beating parser into shape. Not there yet.
Cat's Eye Technologies
12 years ago
-
Implement scanner and tests for it.
Cat's Eye Technologies
12 years ago