SkillAgentSearch skills...

Maeel

The maeel programming language

Install / Use

/learn @lhitori/Maeel

README


|\  /|                    /|
| \/ |                   ' |
| ;; |  ___   ___   ___  | |
| ;' | ,-- \ / ,_\ / ,_\ | |
| ; '| \___/ \___/ \___/ | |
| '                      | |
|'                        '|

maeel

a minimalistic stack based programming language.

The interpreter (including lexer) is made up of 500 lines of code (with default rustfmt options).

Compile

$ make test (c.f. tests.maeel)

$ make bench

$ make

Run program

$ ./maeel program.maeel

Implemented in maeel

  • Stack functions (drop, dup, rot, over, swap)
  • Booleans functions (and, or, not)
  • Conditions (ifelse, then) (s/o Turring)
  • Loops (while, for)
  • Lists definition (List ... end)
View on GitHub
GitHub Stars21
CategoryDevelopment
Updated11mo ago
Forks0

Languages

OCaml

Security Score

72/100

Audited on May 9, 2025

No findings