我是一位简单语言的汇编者。
我做了一种弹性/象征性的制片,在<代码>stdout上填写了标语。
现在,我想作一些理论分析,但我不知道如何修改我的灵活性,以便把标语作为投入。
- A linked list is extremely inefficient for large files (source files around 80MB take about 1.3GB of ram)
- I could modify my lexer to give the next token every time it is called (idea taken from the Dragon Book), but I don t know what I will do if somewhere in the process I have to go back and read a previous token.
做这些事情的正确途径是什么?