lotabout/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.
CGPL-2.0
Issues
- 4
代码在windows gcc-6.3.0下无法编译通过
#47 opened by AlexChingEraser - 0
Typos in `./tutorial/en/0-Preface.md`
#56 opened by VladimirCreator - 2
multiple assignment of ax
#46 opened by dezashibi - 2
Castom tokens
#45 opened by jenya7 - 2
Stuck at script parsing
#44 opened by jenya7 - 1
hash = hash * 147 + *src
#41 opened by lympassion - 3
c没有getline
#35 opened by liumeng009 - 2
其中的 *sp++ 的作用是退栈,相当于 POP 操作,这个是不是说反了
#34 opened by mengyou658 - 2
step1虚拟机的代码报错了
#32 opened by StepfenShawn - 0
- 1
*++text = (expr_type == Char) ? LC : LI;
#21 opened by PofeiShit - 2
- 3
Issue in Assembly mnemonics
#10 opened by shashikant-wagh - 2
代码下下来直接跑,出现segmentation fault
#12 opened by saijunhu - 0
64-bit support
#11 opened by chudanqin - 2
Getting warning
#9 opened by shashikant-wagh - 9
SI与SC指令
#8 opened by piaopiao9393 - 1
请问“手把手教你构建 C 语言编译器(4)- 递归下降”中给出的代码如何运行起来?
#7 opened by KennyWZhang - 3
赋值问题
#5 opened by sundyloveme - 1
memcmp函数的问题
#4 opened by sundyloveme - 2
- 1
step-2 xc-tutor.c 中关于数字处理的问题
#2 opened