blob: fafe0feaece6788c3f68ca081a4ebebb224d3f4a (
plain)
1
2
3
4
5
6
|
---
name: matrix
repo: matrix
---
matrix is a fully featured expression based bytecode vm programming language. Implemented in Rust, it has its own lexer, parser, compiler, and vm runtime environment. Alogn with the base tooling, there is a included standard library that contains standard math, string, file, and system operations to make the language able to do more than simple number crunching. Matrix also contains a built in Repl with error checking, simple completion, and syntax highlighting.
|