basic: snapshot further work
authorAlan Cox <alan@linux.intel.com>
Sun, 5 Nov 2017 22:04:25 +0000 (22:04 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 5 Nov 2017 22:04:25 +0000 (22:04 +0000)
commite4f28dc6336b4920c3438eb8e76a5161489cbc13
tree14319b2ca08a0b35365ee8097e7a2ffb5bfdc3b4
parentd9726a333f1e04e310b3732bd73c7d35f07ea92b
basic: snapshot further work

Add all the ECMA55 tokens as a base point
Rework the expression evaluator to be a lot simpler cleaner and also fix bugs

Still need to fix the logic for function(param1,param2)
Applications/basic/README
Applications/basic/calc.c
Applications/basic/maketokens.c
Applications/basic/maketoks [new file with mode: 0755]
Applications/basic/tokenizer.c
Applications/basic/tokens.h