Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/Wanda/
- Minor stylistic tweaks to reference interpreter Chris Pressey 5 years ago
- Encapsulate the command-line functionality in a main() function. Chris Pressey 5 years ago
- Get --trace working in Lua version, with same output as Python ver. Chris Pressey 5 years ago
- Lua version trace output same as Python version; no flushing tho. Chris Pressey 5 years ago
- Implement `sink` in Lua implementation. Chris Pressey 5 years ago
- Implement --trace in the Lua version, but we haven't done sink yet. Chris Pressey 5 years ago
- Use more modern Lua. Chris Pressey 5 years ago
- Reorganize everything. Chris Pressey 5 years ago
- Bring Lua implementation up to speed. That was... quick. Chris Pressey 5 years ago
- Implement `sink` as desired. Chris Pressey 5 years ago
- Implement the restriction. Chris Pressey 5 years ago
- Delete if. No if. no if. Delete a lot of other possibilities too. Chris Pressey 5 years ago
- abs can be derived. Chris Pressey 5 years ago
- gt? and not are derived Chris Pressey 5 years ago
- Take this all in a different direction (slightly). Chris Pressey 5 years ago
- More tests for presence of only one $, and for tracing. Chris Pressey 5 years ago
- A new rule must contain exactly one $ on both sides. Chris Pressey 5 years ago
- : ... ; must appear to the right of a $. Chris Pressey 5 years ago
- Add Python implementation. Chris Pressey 5 years ago
- Remove `swap`. Update examples. Chris Pressey 5 years ago
- First stage in converting to using $ as a "top of stack marker". Chris Pressey 5 years ago
- Implement pop, add example implementation of `mod 5`. Chris Pressey 5 years ago
- Implement sgn, which I suspect we'll need to implement division. Chris Pressey 5 years ago
- Insert new rules at top of table so they match before old rules. Chris Pressey 5 years ago
- Organize a li'l Chris Pressey 5 years ago