Tree @rel_0_1_2019_0306 (Download .tar.gz)
Commit History
@rel_0_1_2019_0306
git clone https://git.catseye.tc/Velo/
- Add demo of running velo.lua under Fengari on a web page. Chris Pressey 6 years ago
- Allow the implementation of IO.print to be easily overridden. Chris Pressey 6 years ago
- Allow running velo.lua in contexts where arg is nil (e.g. web.) Chris Pressey 6 years ago
- Introduce `lua-velo` script to run the (now pure) Lua source file. Chris Pressey 6 years ago
- They're not test fixtures, they're test appliances. Chris Pressey 6 years ago
- Added tag rel_0_1_2015_0103 for changeset 3b186693e7c7 Chris Pressey 10 years ago
- Propogate exit code in test. Use fixtures. Bump copyright date. Chris Pressey 10 years ago
- Added tag rel_0_1_2014_0817 for changeset 1460852d21d9 Chris Pressey 10 years ago
- The method is called 'create', not 'class'. Cat's Eye Technologies 10 years ago
- Convert CRLF EOL's to LFs. Cat's Eye Technologies 10 years ago
- Argument AST node was using 0-based indexing. All tests pass! Cat's Eye Technologies 10 years ago
- Small "language barrier" fixes. Only 9 failing tests now. Cat's Eye Technologies 10 years ago
- One major bug fixed: method.run() was not returning its result. Cat's Eye Technologies 10 years ago
- 'create', surely? I believe 'class' was its old name. Cat's Eye Technologies 10 years ago
- Fix lua impl's scanner (actually loader), --scan on both impls. Cat's Eye Technologies 10 years ago
- Looks like things don't quite parse right. EOLs... something. Cat's Eye Technologies 10 years ago
- Work through some bugs. Two passing tests, woo. Cat's Eye Technologies 10 years ago
- Convert entire program to Lua. Cat's Eye Technologies 10 years ago
- Begin translating the runtime. Cat's Eye Technologies 10 years ago
- Parser has been translated. Cat's Eye Technologies 10 years ago
- Scanner has been translated. Cat's Eye Technologies 10 years ago
- Scanner has been partially translated. Cat's Eye Technologies 10 years ago
- Begin re-implementing in Lua. Cat's Eye Technologies 10 years ago
- velo.rb isn't executable. catseye 12 years ago
- After a modicum of Ruby research, add a driver script. catseye 12 years ago
- Place Velo distribution under BSD(-compatible) license(s). catseye 12 years ago
- Add test case to demonstrate what we've just done. catseye 12 years ago
- Make all tests pass by (1) binding receivers to methods when methods Cat's Eye Technologies 12 years ago
- Get a few more test passing by detecting VeloMethod. But... no. Cat's Eye Technologies 12 years ago
- Fix parser termination condition; add --ast flag. Now, methods... Cat's Eye Technologies 12 years ago