lijinpei
lijinpei
Currently, there are several issues concerning checking duplicated terminals, alternatives and non-terminals. To check duplicates, we need a procedure to check whether two things compare equal. But with only a...
Platform: win10 1903, chez scheme installed from [chocoloty](https://chocolatey.org/) How to reproduce: 1. clone nanopass from github 2. scheme test-all.ss What you expect to see: all test passes. What you got:...
This pr add syntax to _config.yaml as follows: ``` social: zhihu: https://www.zhihu.com || zhihu github: https://github.com/somebody || github twitter: https://twitter.com/somebody || twitter ``` The key is an identifier for the...
- The ir-builder's insertion point has not been set, so created op is not inserted into anywhere. - Map of argument to func-op entry-bb argument is inserted later into `lscope/local_defs`....