Prototype of a new programming language
app | 5 months ago | ||
compiler | 2 months ago | ||
mini-imath | 3 months ago | ||
modules | 2 months ago | ||
scripts | 3 months ago | ||
src | 2 months ago | ||
.clang-format | 1 year ago | ||
.gitignore | 3 months ago | ||
CMakeLists.txt | 3 months ago | ||
LICENSE.md | 3 months ago | ||
README.md | 3 months ago |
This is the prototype language for the BlueBox prototype project.
This is mainly to get an environment up and running. This means no fancy features, no tests, no optimizations, etc.
Design notes:
All documentation and software for this project is under the MIT license unless otherwise specified.
Copyright: 2024 Casey Reeves casey.reeves@lumina-sensum.com
Copyright: 2024 John Watts john.watts@lumina-sensum.com
SPDX-License-Identifier: MIT
This software uses the IMath library for mathematics, also under the MIT license.
Copyright: 2002-2009 Michael J. Fromberger
SPDX-License-Identifier: MIT