dejavudwh
Results
3
repositories owned by
dejavudwh
C2j-Compiler
72
Stars
19
Forks
Watchers
A compiler that converts C language to Java bytecode or can directly interpret execution(将C源码编译成Java字节码的编译器,也可以选择直接解释执行)
Regex
79
Stars
25
Forks
Watchers
An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)