(If you stumble across this, I wanterd to create a programming language and this is only for me myself and I. Absolutely do not use this in any way - but you might find inspiration for your projects? In any case the following readme content is gpt generated as im too lazy) CedarScript is a lightweight, interpreted programming language designed for simplicity and flexibility. This repository contains the core interpreter, including the tokenizer, parser, and execution engine.
- Custom syntax with flexible parsing
- TokenStream-based parser for efficient token handling
- Supports variable declarations, functions, and expressions
- Supports Crashing
- .NET 7.0 or later
- C# development environment (e.g., Visual Studio, Rider, or VS Code)
Clone the repository:
git clone https://github.com/yourusername/cedarscript.git
cd cedarscriptdotnet builddotnet run --project CedarScriptBelow is an example CedarScript program:
var x = 42;
print(x);Contributions are welcome! Feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License.
For questions or suggestions, open an issue or reach out on GitHub.