1 Overview
The Belte language is syntactically very similar to C#; Belte is a “C-Style” language that supports both object-oriented
and procedural paradigms.
Currently, the Belte compiler, Buckle, supports interpretation and execution with .NET integration.
You can read more about using the compiler here.
1.1 Supported Features
- Multi-file compilations
- Functions/methods
- Basic data types including arrays
- Variables, constants, and references
- Classes, inheritance, and templating
- Control flow such as If, Else, For, and While loops
- A simple Standard Library
- Which includes complex types such as List and Dictionary
- Extern methods (DLL imports)
- Pointers and function pointers for interop
- Passing of command-line arguments