https://github.com/selfmadesystem/compiled-lang-test
https://github.com/selfmadesystem/compiled-lang-test
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/selfmadesystem/compiled-lang-test
- Owner: SelfMadeSystem
- License: mit
- Created: 2024-02-01T22:27:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T03:52:38.000Z (over 2 years ago)
- Last Synced: 2025-03-04T17:51:04.896Z (about 1 year ago)
- Language: Rust
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Compiled Lang Test
This is a test of a compiled language using Rust and Inkwell.
Right now, the language is literally just a simple calculator, but I plan to expand it to be a full language.
See [Interpreted Lang Test](https://github.com/SelfMadeSystem/interpreted-lang-test)
to see the interpreted language I made. I plan to make this language similar to that one (second iteration).
## Usage
To use the language, you can run the following command:
```sh
cargo run
```
Edit the `main.rs` file to change the code that is run.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.