From fe8ff346bb7af3e03f3733ee6f1970b0bd59420c Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 22 Apr 2021 19:34:58 -0700 Subject: [PATCH] add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cff6db --- /dev/null +++ b/README.md @@ -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