add readme

pull/1/head
cosmonaut 2021-04-22 19:34:58 -07:00
parent acb6c61922
commit fe8ff346bb
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# Wraith
Wraith is my attempt at a medium-level programming language for game development.
Goals are:
- explicit memory management
- zero-cost abstractions
- Minimal OOP (no inheritance)
- Implicit interfaces
- Generic methods
- C interop
- simple cross-compilation to native code
Build dependencies:
- Bison
- Flex
- LLVM