]> code.bitgloo.com Git - clyne/interpreter.git/commit
conditionals, returns, cleaner code
authorClyne Sullivan <tullivan99@gmail.com>
Wed, 7 Feb 2018 14:26:36 +0000 (09:26 -0500)
committerClyne Sullivan <tullivan99@gmail.com>
Wed, 7 Feb 2018 14:26:36 +0000 (09:26 -0500)
commit2b8cf5e771cac4c2b087dc96a7ca05a459f630b5
treed1e25ef8520e9df936c231af0d5b760177d6cbde
parente3cbc8086c25d4fc1d9413815643b3ecaaee2062
conditionals, returns, cleaner code
16 files changed:
Makefile
README.md
builtins.c [new file with mode: 0644]
builtins.h [new file with mode: 0644]
ops.c [new file with mode: 0644]
ops.h [new file with mode: 0644]
parser.c
parser.h
script
shell.c
shelpers.c [new file with mode: 0644]
shelpers.h [new file with mode: 0644]
stack.c [new file with mode: 0644]
stack.h [new file with mode: 0644]
variable.c [new file with mode: 0644]
variable.h