ftschirpke/atium-lang
A programming language project aimed at learning and experimentation.
A programming language project aimed at learning and experimentation.
More specifically, this project is not aimed at creating a programming language for use in real-world applications, but rather a toy project where I, and potential contributors, can experiment and learn about language and compiler related topics.
Currently, the motivations and ideas for the project are:
The source code in this repository is licensed under the MIT License (see LICENSE).
SPDX-License-Identifier: MIT
Exceptions, i.e. code derived from other people's work, are explicitly marked as such with an SPDX-License-Identifier and the source at the top of the source file or mentioned in the [[#Third-Party Code]] section below.
This project includes third-party code that is unmodified and licensed under the respective license:
third-party/llvm-project
) is licensed under the Apache License v2.0 with LLVM
exceptions (see third-party/llvm-project/LICENSE.txt
)