This repository was archived by the owner on Nov 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22A language heavily derived from Expression2.
33This was originally created to be a template to rewrite E2 for S&box, however at this point I don't really care about S&box nor am I interested in C#.
44
5+ All credit and ownership of Expression2 goes to the [ wireteam] ( https://github.com/wiremod ) & [ wiremod] ( https://github.com/wiremod/wire ) .
6+
57## Compiler
68The compiler currently hasn't been finished. Most of the work has been done on the * Transpiler* for now.
79
@@ -25,7 +27,8 @@ E2 randomly swapped || and | / & and &&. && was made into bitwise and rather tha
2527The language is optimized for speed. E2 was known to be very slow, and this is no longer the case through typing and other optimizations.
2628* Although, admittedly Haxe is nowhere near the best language for trying to get something to be fast.
2729
28- General State:
30+ ## General State
31+ Here's a general status of each part of the language.
2932| Name | Status | Desc |
3033| --- | --- | --- |
3134| Preprocessor | 🚧 | Unfinished |
@@ -34,4 +37,4 @@ General State:
3437| Optimizer | ❌ | Hasn't been started and there are no plans for this yet. |
3538| Compiler| 🚧 | Unfinished. |
3639| Transpiler| 🚧🏗️ | Unfinished. |
37- | Tests| 🚧 | Unfinished. |
40+ | Tests| 🚧 | Unfinished. |
You can’t perform that action at this time.
0 commit comments