ChenNingCong

Results 3 issues of ChenNingCong

Hi! I am working on a static compiler prototype for Julia (as a student project, check this branch: [link](https://github.com/ChenNingCong/julia/tree/fullinterpreter).) It's based on LLVM's new linker `JITLink` and can produce binary...

enhancement

I am not joking. I recommend you to use my SimpleTypeChecker.jl to scan your files, which can capture typing error more easily. 1. Declare global variables in `const.jl` as `const`...

This might not be an issue. If a token can match empty character(for example,regular expression `r"a*"`, then `runlexer` will match this token over and over again, push infinite tokens into...