Go to file
lyc 0bf7488ed1 init3 2024-12-02 23:35:48 +08:00
antlr style 2024-12-02 22:32:57 +08:00
grammar have est 2024-12-02 22:24:15 +08:00
include init 2024-12-02 21:52:40 +08:00
src style 2024-12-02 22:32:57 +08:00
test init3 2024-12-02 23:35:48 +08:00
.gitignore init 2024-12-02 21:52:40 +08:00
CMakeLists.txt init3 2024-12-02 23:35:48 +08:00
README.md have est 2024-12-02 22:24:15 +08:00
main.cpp init3 2024-12-02 23:35:48 +08:00
test_all.sh init3 2024-12-02 23:35:48 +08:00

README.md

环境

  • x86 Debian GNU/Linux 12
  • Python 3.11.2
  • gcc version 12.2.2
  • openJDK version "17.0.12"
  • NASM version 2.16.01
  • antlr complete & runtime Version: 4.9.3

执行

bash runme.sh

参数说明:

  1. -d (--dir): [default: ./ ] 输出文件路径
  2. -3 (--3code): [default: 3code.txt] 输出 3code 文件名
  3. -a (--asm): [default: out] 输出 asm 文件名
  4. -b (--bin): [default: bin] 输出 bin 文件名

文件结构