A small language for fun
- modern syntax learned from rust, python, C#, etc.
- manual memory management and RAII
- first class function
- concept based generic
- interpret, REPL or native binary codegen
- no 3rd party library dependency (for now) (because there isn't when initially bootstrapping)
- use
cargo utto run unit tests - use
cargo rtto run intergrated tests - use
cargo rcto run the compiler binary,cargo rc -- --helpfor help
This was my first open source project!
'fff' means 'Fresky's Favorite Feature' not a group name