enact-lang/enact
(WIP) Enact: A compiled programming language that's simple, familiar and fast.
C++MIT
Issues
- 0
Implement semantic analysis
#78 opened by Dandigit - 1
Modify AST/parser for new syntax
#76 opened by Dandigit - 1
Modify lexer for new syntax
#74 opened by Dandigit - 6
Implement a compiler and VM
#39 opened by Dandigit - 1
Implement tuples
#59 opened by Dandigit - 1
Improve const semantics
#68 opened by Dandigit - 3
Add “fixed” variables
#69 opened by somerandomdev49 - 1
Add Documentation and Comments
#72 opened by raviverma2791747 - 2
Improve code quality and performance
#46 opened by Dandigit - 1
Preserve environment in REPL
#54 opened by Dandigit - 1
- 0
Change for loop syntax
#64 opened by Dandigit - 1
Implement arrays for the backend
#63 opened by Dandigit - 2
Implement generics
#38 opened by Dandigit - 2
Implement a copy operator
#61 opened by Dandigit - 1
Implement references
#60 opened by Dandigit - 0
Replace #define DEBUG_x with argv flags
#56 opened by Dandigit - 1
Fix Travis CI
#37 opened by Dandigit - 2
Implement semantic analysis and type checking
#34 opened by Dandigit - 1
Parse complete syntax based on specification
#21 opened by Dandigit