misc/kforth: Part 0x04 - parsing numerics.

This commit is contained in:
2018-02-23 19:19:29 -08:00
parent 0ae7d49593
commit 505d71906c
12 changed files with 479 additions and 2 deletions

View File

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