]> git.mdlowis.com Git - projs/onward.git/shortlog
projs/onward.git
2015-11-30 Michael D.... Cleared out .gitmodules file
2015-11-30 Michael D.... Removed submodules
2015-11-30 Michael D.... Switched to posix compliant makefile
2014-12-04 Michael D.... Fixed a bug in create
2014-12-04 Michael D.... Added support for constant definitions
2014-12-03 Michael D.... Started implementing common forth defined words
2014-12-02 Michael D.... Started re-organizing and debugging defined words dicti...
2014-12-02 Michael D.... Combined standalone interpreter into onward.c with...
2014-12-02 Michael D.... Added key and emit words and reworked the kernel to...
2014-11-27 Michael D.... implemented if statements, loops and # style comments
2014-11-25 Michael D.... Added more tests and tweaked behavior of the branching...
2014-11-25 Michael D.... Started testing built-in words
2014-11-23 Michael D.... Added support for loading definitions from files
2014-11-23 Michael D.... Corrected dumpw handling of embedded literals
2014-11-22 Michael D.... Added an implementation specific dumpw word for decompi...
2014-11-22 Michael D.... Implemented dropline word and added comments to all...
2014-11-22 Michael D.... Added support for compiling literals
2014-11-22 Michael D.... fixed bug in the comma word and cleaned up the create...
2014-11-14 Michael D.... added underflow and overflow checking to arg and return...
2014-11-13 Michael D.... restructured code to allow accessing core words from...
2014-11-13 Michael D.... Initial Commit