Py-Compiler icon indicating copy to clipboard operation
Py-Compiler copied to clipboard

一个用python写的编译器

Results 4 Py-Compiler issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/flymysql/Py-Compiler/assets/108140288/513a1880-48a1-4b7a-9483-508f0760ff19)

博主用的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语言指针功能吗?如果能,那么为什么?