文件名称:yaka:Yaka 编译器 - INSA 雷恩项目
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-26 14:00:09
Java
夜香 Yaka 编译器 - INSA 雷恩项目。 警告:这是一个仅用于教育目的的项目。 代码真的很丑,不应该在生产中使用。 推介会 Yaka 是一种用于教育目的的简单语言。 用法 make # generates the parser make test # execute unit tests make run FILE=test.txt # executes the parser for file test.txt make download-tasm # download tasm tools make test-asm # launch asm compilation 剂量测试 dosemu -dumb "out.exe" 2> /dev/null 笔记 windows下使用S
【文件预览】:
yaka-master
----.gitignore(305B)
----META-INF()
--------MANIFEST.MF(27B)
----asm-dosemu.bat(206B)
----src()
--------compiler()
--------Yaka.jj(12KB)
----.travis.yml(442B)
----README.md(761B)
----example()
--------exp.yaka(305B)
--------function.yaka(526B)
--------iteration.yaka(219B)
--------cond.yaka(191B)
--------factorielle.yaka(216B)
--------iteration3.yaka(799B)
----lib()
--------biblio.asm(7KB)
----travis()
--------configure-layout.sh(78B)
----yaka.ps1(139B)
----makefile(1KB)
----asm.bat(172B)
----test()
--------compiler()