Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Traumatism committed Apr 29, 2023
1 parent 1dd2ba8 commit 6400777
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# The $$\mathscr{MAEEL}$$ programming language

```mermaid
stateDiagram-v2
[*] --> Main
Main --> Lexer: Code
Lexer --> Lexer: Lexing code
Lexer --> Interpreter: Tokens
Interpreter --> Interpreter: Parsing tokens
flowchart LR
Main -->|Code|Lexer
Lexer -->|Lexing code|Lexer
Lexer -->|Tokens|Interpreter
Interpreter -->|Parsing tokens|Interpreter
```

Maeel is a {concatenating, esoteric, stack-based, interpreted} programming language.
Expand Down

0 comments on commit 6400777

Please sign in to comment.