Py-Compiler
Py-Compiler copied to clipboard
一个用python写的编译器

博主用的gcc版本是哪一个,为何运行作者的.s文件会有如下报错 99mul.s:14: Warning: .type pseudo-op used outside of .def/.endef: ignored. 99mul.s:14: Error: junk at end of line, first unrecognized character is `m'
语法分析里定义的语法grammars是怎么得到的呢?里面的非终结符是有具体含义吗?
c语言自带指针,python 封装了指针,无法直接操作内存地址。 python 实现的C语言编译器 能够实现C语言指针功能吗?如果能,那么为什么?