Fix STRASG issue (might need further attention), fix float and string literals
authorNick Downing <downing.nick@gmail.com>
Fri, 10 Feb 2017 13:36:08 +0000 (00:36 +1100)
committerNick Downing <downing.nick@gmail.com>
Fri, 10 Feb 2017 13:36:08 +0000 (00:36 +1100)
commit5ac96851aec502ee5cb947314496ab591a1e31c1
treee9c48348f7dcde9efb196eb36f133a023cd62275
parent8e80542ecae0f3ca705d1a88ce6f638a03a7c6eb
Fix STRASG issue (might need further attention), fix float and string literals
20 files changed:
.gitignore
Makefile
c0.h
c00.c
c01.c
c04.c
c05.c
c1.h
c10.c
c11.c
c12.c
ccom.h
test/hello.i [new file with mode: 0644]
test/str0.c [new file with mode: 0644]
test/str0.dump [new file with mode: 0644]
test/str0.s [new file with mode: 0644]
test/str1.c [new file with mode: 0644]
test/str1.dump [new file with mode: 0644]
test/str1.s [new file with mode: 0644]
unify01.sed