diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-24 13:49:23 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-24 13:49:23 -0400 |
commit | 410a072c3862481f729c293402ddd49c5ae98769 (patch) | |
tree | 6fbd4b31b355cd0228bd790415762b446dcd4ab3 /transpiler | |
parent | 0f1275d7ba1a7e3ad838423c15d78e23c960f80e (diff) |
(mkosarek) Decent enough discussion of 2d rotational forces
Diffstat (limited to 'transpiler')
-rw-r--r-- | transpiler/replacer.cpp | 4 | ||||
-rwxr-xr-x | transpiler/transpiler | bin | 49688 -> 49712 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/transpiler/replacer.cpp b/transpiler/replacer.cpp index 0225f92..3f48089 100644 --- a/transpiler/replacer.cpp +++ b/transpiler/replacer.cpp @@ -3,7 +3,7 @@ #include <ctype.h> const char* keywords[] = { - "cosnt", "struct", "static" + "cosnt", "struct", "static", "return" }; const char* types[] = { @@ -14,7 +14,7 @@ const char* types[] = { "double", "bool", "Vector2", "Vector3", "Vector4", - "struct", "class" + "struct", "class", "static", "return", "const" }; const char* commentType = "//"; diff --git a/transpiler/transpiler b/transpiler/transpiler Binary files differindex 9098b8d..f0d71d5 100755 --- a/transpiler/transpiler +++ b/transpiler/transpiler |