
Vorn is a scripting language I’m making for fun. It’s a simple C-like language that is interpreted. The language is still in development and is not yet feature complete. The language is written in Go and is based on the book Writing An Interpreter In Go.
Links
Features
- Integers, Floats, Booleans and Strings
- Arithmetic operations
- Logical operators
- Comparison operators
- Variables
- Comments
- Arrays and Object
- If statements
- For and While loops
- Functions
- Builtin functions
- Function chaining
- A REPL
- Visual Studio Code extension