]>
git.mdlowis.com Git - projs/onward.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Mon, 30 Nov 2015 00:50:33 +0000 (19:50 -0500)]
Cleared out .gitmodules file
Michael D. Lowis [Mon, 30 Nov 2015 00:49:33 +0000 (19:49 -0500)]
Removed submodules
Michael D. Lowis [Mon, 30 Nov 2015 00:47:10 +0000 (19:47 -0500)]
Switched to posix compliant makefile
Michael D. Lowis [Thu, 4 Dec 2014 17:54:19 +0000 (12:54 -0500)]
Fixed a bug in create
Michael D. Lowis [Thu, 4 Dec 2014 02:24:01 +0000 (21:24 -0500)]
Added support for constant definitions
Michael D. Lowis [Wed, 3 Dec 2014 21:46:52 +0000 (16:46 -0500)]
Started implementing common forth defined words
Michael D. Lowis [Tue, 2 Dec 2014 21:27:24 +0000 (16:27 -0500)]
Started re-organizing and debugging defined words dictionary
Michael D. Lowis [Tue, 2 Dec 2014 03:19:38 +0000 (22:19 -0500)]
Combined standalone interpreter into onward.c with a build option
Michael D. Lowis [Tue, 2 Dec 2014 01:56:08 +0000 (20:56 -0500)]
Added key and emit words and reworked the kernel to use that instead of input
Michael D. Lowis [Thu, 27 Nov 2014 04:20:16 +0000 (23:20 -0500)]
implemented if statements, loops and # style comments
Michael D. Lowis [Tue, 25 Nov 2014 03:15:13 +0000 (22:15 -0500)]
Added more tests and tweaked behavior of the branching words
Michael D. Lowis [Tue, 25 Nov 2014 00:26:50 +0000 (19:26 -0500)]
Started testing built-in words
Michael D. Lowis [Sun, 23 Nov 2014 03:42:47 +0000 (22:42 -0500)]
Added support for loading definitions from files
Michael D. Lowis [Sun, 23 Nov 2014 02:25:50 +0000 (21:25 -0500)]
Corrected dumpw handling of embedded literals
Michael D. Lowis [Sat, 22 Nov 2014 18:24:29 +0000 (13:24 -0500)]
Added an implementation specific dumpw word for decompiling defined words
Michael D. Lowis [Sat, 22 Nov 2014 04:51:31 +0000 (23:51 -0500)]
Implemented dropline word and added comments to all built-in words
Michael D. Lowis [Sat, 22 Nov 2014 04:11:01 +0000 (23:11 -0500)]
Added support for compiling literals
Michael D. Lowis [Sat, 22 Nov 2014 03:49:12 +0000 (22:49 -0500)]
fixed bug in the comma word and cleaned up the create word
Michael D. Lowis [Fri, 14 Nov 2014 02:19:41 +0000 (21:19 -0500)]
added underflow and overflow checking to arg and return stacks
Michael D. Lowis [Thu, 13 Nov 2014 21:22:08 +0000 (16:22 -0500)]
restructured code to allow accessing core words from other modules
Michael D. Lowis [Thu, 13 Nov 2014 17:35:21 +0000 (12:35 -0500)]
Initial Commit