misc/kforth: Starting work on the parser.

This commit is contained in:
2018-02-23 09:07:12 -08:00
parent c4d78e17ff
commit 5bcc016246
5 changed files with 34 additions and 1 deletions

View File

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