by vmorgulis on 2/7/17, 8:48 PM with 19 comments
by boznz on 2/7/17, 10:02 PM
Your code doesn't actually compile in my MPLAB XC8 compiler but should be fixable so I may give it a go. I note there are no comments in the code but the explanation text should help.
by david-given on 2/7/17, 9:34 PM
http://fossil.wanderinghorse.net/repos/th1-sgb/index.cgi/wik...
It's about 6kloc. (I don't know how it compares to Picocl feature-wise.)
by davidw on 2/7/17, 10:11 PM
https://github.com/davidw/hecl
It ran on those Nokia phones that had a minimal version of Java (no floats!), which was kind of cool back in the day.
by ethanpil on 2/7/17, 10:08 PM
by __michaelg on 2/11/17, 12:07 PM
Unfortunately, as with most interpreters written in C, afl finds segfaulting bugs in a few seconds. In your case at least empty variable substitutions are broken. E.g., entering
$ foo
will crash.by gravypod on 2/7/17, 10:12 PM