diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-24 09:05:42 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-24 09:05:42 -0400 |
commit | c5f39ea2cd7cf02246705ea8872d3b350526165c (patch) | |
tree | 2694f9fdc5d83b529a01f2997c1d89c271c86592 /src/assets/projects/10-matrix.md | |
download | website-c5f39ea2cd7cf02246705ea8872d3b350526165c.tar.gz website-c5f39ea2cd7cf02246705ea8872d3b350526165c.tar.bz2 website-c5f39ea2cd7cf02246705ea8872d3b350526165c.zip |
initial
Diffstat (limited to 'src/assets/projects/10-matrix.md')
-rw-r--r-- | src/assets/projects/10-matrix.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/assets/projects/10-matrix.md b/src/assets/projects/10-matrix.md new file mode 100644 index 0000000..fafe0fe --- /dev/null +++ b/src/assets/projects/10-matrix.md @@ -0,0 +1,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. |