test: parser

This commit is contained in:
2025-11-02 23:42:35 +08:00
parent c7e39c8c1f
commit 26357753f8
4 changed files with 303 additions and 12 deletions

View File

@@ -2,10 +2,12 @@
Lil-Ran's MiniMoonBit to RISC-V compiler for [MGPIC-2025](https://www.moonbitlang.cn/2025-mgpic-compiler).
It is optimized for runtime speed and code size, but not for compilation speed, according to the contest rules.
It is not optimized yet.
## Reference
https://github.com/moonbitlang/contest-2025-data
https://github.com/moonbitlang/BuildYourOwnMBT
https://github.com/moonbitlang/minimoonbit-public