This is an automated archive made by the Lemmit Bot.
The original was posted on /r/programminglanguages by /u/616e696c on 2024-11-07 09:46:59+00:00.
Features Include:
- Classes: Example 1 Example 2
- Templates & Function Overloading: Example
- Macros: Example
- Compile-Time Reflection: Example 1
- Annotations: Example 1 WebSever Example
- Standard Library: See Lib/. Shows mixing of C code and CPL.
- Dunder methods etc.
The language is small and simple. The features all implemented just so I can make a self compiling compiler(transpiler). Due to which it has edgecases to handle. Looking for some feedback.
You must log in or register to comment.