todo.svn-base
来自「这是一个DFA简化和生成LL(1)分析表的程序,自动生成表格及图形」· SVN-BASE 代码 · 共 25 行
SVN-BASE
25 行
= TODO for re-DFA== Language* add ., \s, \w, \d, \S, \W, and \D* add [abc], [a-z0-9], and [^abc]* add new modifier +, ?, {m}, and {m,n}== Scripts* add command line utilities re2pl and re2c== Backends=== DFA* add re::NFA::Eval to serve as a NFA evaluator (or interpreter)* add re::DFA::Eval to serve as a DFA evaluator (or interpreter)* add re::DFA::Perl to emit plain Perl code for a given DFA* add re::DFA::C to emit plain C code for a given DFA=== XML* apply DTD to the XML outputs== Documentation* add POD for every .pm file== Test Suit* port perl's regex test suit to re-DFA
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?