Commit History
@master
git clone https://git.catseye.tc/Xoomonk/
-
Fix bug in test driver script that would select the wrong Python.
Chris Pressey
2 years ago
-
Test under Python 2, or 3, or both, depending on what's installed.
Chris Pressey
3 years ago
-
Update code to run under both Python 2 and 3. Other cleanups.
Chris Pressey
3 years ago
-
Added tag rel_1_0_2014_1230 for changeset 48e42910bd85
Chris Pressey
9 years ago
-
Don't use deprecated Falderal variable names.
Chris Pressey
10 years ago
-
Added tag rel_1_0_2014_0819 for changeset 8c7f45244dc8
Chris Pressey
10 years ago
-
Add test driver script.
Cat's Eye Technologies
11 years ago
-
Added tag rel_1_0_2013_1014 for changeset f9dae16604bb
catseye
11 years ago
-
Final edits to README, ready for 1.0 release.
catseye
11 years ago
-
Keep updating README. Remove ^ from language.
catseye
11 years ago
-
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