BareBones is an interpreter for the "Bare Bones" programming language defined in Chapter 11 of "Computer Science: An Overview", 9th Edition, by J. Glenn Brookshear.
| Tags | Software Development Interpreters |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Unix POSIX Linux |
| Implementation | C |
Recent releases


Changes: Identifiers were made case-insensitive. A summary of the language was added to the README file.


Changes: An optimization option has been added to improve the performance of a very common Bare Bones idiom, a while loop that adds a source variable to a destination variable and clears the source variable.