You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
generators | 1 year ago | |
lib/dropt | 1 year ago | |
src | 1 year ago | |
.clang-format | 1 year ago | |
.gitignore | 1 year ago | |
CMakeLists.txt | 1 year ago | |
README.md | 1 year ago | |
access.w | 1 year ago | |
commenttest.w | 1 year ago | |
euler001.w | 1 year ago | |
example.w | 1 year ago | |
generic.w | 1 year ago | |
iftest.w | 1 year ago | |
ordering.w | 1 year ago | |
reftest.w | 1 year ago | |
types.w | 1 year ago |
README.md
Wraith
Wraith is my attempt at a medium-level programming language for game development.
Goals are:
- explicit memory management
- static types
- zero-cost abstractions
- Minimal OOP (no inheritance)
- Implicit interfaces
- Generic methods
- C interop
- simple cross-compilation to native code
Build dependencies:
- Bison
- Flex
- LLVM