Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit c362585

Browse files
authored
Update README.md
1 parent 39e113b commit c362585

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
A language heavily derived from Expression2.
33
This 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
68
The 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
2527
The 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. |

0 commit comments

Comments
 (0)