Convert CLI version input parsing to Lex/Yacc
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 27 Jan 2014 00:59:34 +0000 (19:59 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 13 Feb 2014 05:25:17 +0000 (00:25 -0500)
commitc7d14532b034286e990bc28c994fa20b23aca95a
tree86c898308693e1f39a63fccd80af670c46bda76f
parentfd418e0f87d891d2cad0ce77e235a029487ab54e
Convert CLI version input parsing to Lex/Yacc

Some error checking is still missing, but all commands seem to be
working correctly.

Update CLI help menu.
12 files changed:
Makefile.am
configure.ac
src/cli/Makefile.am
src/cli/emuconsole.c
src/cli/menu.c [new file with mode: 0644]
src/cli/menu.h [new file with mode: 0644]
src/cli/parser.y [new file with mode: 0644]
src/cli/scanner.l [new file with mode: 0644]
src/common/cpu8051.c
src/common/cpu8051.h
src/common/memory.c
src/common/memory.h