fOOrth/lib/fOOrth
2016-08-24 13:39:57 -04:00
..
compiler VM methods now reject incorrects casts. 2016-08-24 12:36:51 -04:00
core Clarified some comments. 2016-08-13 21:24:33 -04:00
debug Removed the force flag from the vm because it is not used. 2016-08-23 13:48:10 -04:00
interpreter On stack underflow, the stack is now left clean. 2015-08-10 15:53:56 -04:00
library Code up and tested. Docs next! 2016-08-24 13:39:57 -04:00
monkey_patch Some deoderant. 2016-08-16 19:05:35 -04:00
compiler.rb First round of tests passing. 2016-08-24 10:46:06 -04:00
core.rb Corrected the flood of messages caused by warnings having been turned on 2016-03-22 10:53:30 -04:00
debug.rb Comment cleanup for rdoc. 2015-01-30 11:19:00 -05:00
initialize.rb Added the vm class method to VirtualMachine to get the current vm or create 2015-08-16 14:22:56 -04:00
interpreter.rb Added the vm class method to VirtualMachine to get the current vm or create 2015-08-16 14:22:56 -04:00
library.rb Added the SyncBundle class as well. 2016-02-29 12:28:17 -05:00
main.rb Fixed a bug in the -l option with embedded backslash characters. 2016-03-24 21:55:41 -04:00
monkey_patch.rb Can now embed true, false, and nil. 2016-05-15 15:48:10 -04:00
symbol_map.rb Refactored rev_map to reverse_map. 2016-02-25 15:23:07 -05:00
version.rb Corrected a bug in peeking around new lines. 2016-08-13 22:49:38 -04:00