(no title)
jim_lawless | 1 year ago
You can see the C source code for a simple command interpreter that permits three-letter subroutine identifiers here.
https://github.com/jimlawless/triad
I have some other versions that had placeholders for built-in operations that would have made the language Turing-complete but I soon lost interest.
I also implemented a little BASIC interpreter that was only complete enough to write a BASIC program to display the lyrics for the 12 Days of Christmas song:
No comments yet.