Macadamia

所属分类:论文
开发工具:C++
文件大小:11KB
下载次数:0
上传日期:2022-05-07 03:33:26
上 传 者sh-1993
说明:  Macadamia是一种类似Python的编程语言,它是静态的而不是动态的,它是为学术目的而制作的。
(Macadamia is a Python-like programming language, it is static instead of dynamic, and it is made for academic purposes.)

文件列表:
LICENSE (1072, 2022-05-04)
Makefile (807, 2022-05-04)
inc (0, 2022-05-04)
inc\Expression.hh (256, 2022-05-04)
inc\FloatNumber.hh (311, 2022-05-04)
inc\IntegerNumber.hh (321, 2022-05-04)
inc\Number.hh (451, 2022-05-04)
inc\String.hh (399, 2022-05-04)
inc\driver.hh (648, 2022-05-04)
inc\types.hh (132, 2022-05-04)
src (0, 2022-05-04)
src\Expression.cc (130, 2022-05-04)
src\FloatNumber.cc (414, 2022-05-04)
src\IntegerNumber.cc (432, 2022-05-04)
src\Number.cc (1960, 2022-05-04)
src\String.cc (582, 2022-05-04)
src\driver.cc (556, 2022-05-04)
src\lexer.l (7694, 2022-05-04)
src\main.cc (1613, 2022-05-04)
src\parser.yy (4996, 2022-05-04)

# Macadamia Macadamia is a Python-like programming language, it is static instead of dynamic, and it is made for academic purposes. ## Compilation ```bash $ make clean # clean the build $ make configure # configure the bison and flex files $ make # build the compiler $ make run < input.txt # run the compiler with an input file # OR $ make clean; make configure; make # for building $ make run < input.txt # for running ```

近期下载者

相关文件


收藏者