misc/kforth: Finish parsing.

This commit is contained in:
2018-02-23 14:01:52 -08:00
parent 5bcc016246
commit 0ae7d49593
9 changed files with 432 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
CXXSTD := c++11
CXXSTD := c++14
CXXFLAGS := -std=$(CXXSTD) -Wall -Werror -g -O0
OBJS := linux/io.o \
parser.o \