- Fix: Fatal error: length > 1 in coercion to logical
-
Documentation Request: How do I test the lexer #7
-
Updated README.md, add pkg doc; add vignette pr #13
- Warning for is.na Check During Error #8
- Fix: no visible global function definition for 'is'
- Dynamic regex in function. Issue #5.
- Implement proper error handling.
- DESCRIPTION. R6 and futile.logger in Imports not in Depends.
- Fix: Error in log$info(" ! shift/reduce conflict ...
-
Fix: Error: object 'rprec_rlevel' not found.
-
Fix: could not find function "appender.console".
- You can define literals as a string of characters e.g.: literals = ':;,=*{}()<>[]'.
-
Refactor demos.
-
Declare Depends: R (>= 3.3.0) in DESCRIPTION file.
- Single quote the software names 'lex' and 'yacc' both in Title and Description.
- LRParser : add function restart.
-
Error when no literals defined at all.
-
YaccProduction : Function get don't accept negative arguments.
-
YaccProduction : add length function to the class (ex. p$length() ).
-
Implement tracking. YaccProduction new methods: p$linespan(n) and p$lexspan(n).
-
Implement error recovery.
- Lex is duplicating numeric tokens.
-
Use CRAN template of MIT license.
-
Add author of PLY python library as one of the authors of this extension.
-
Add BSD license of PLY to file inst/COPYRIGHTS.
- Fix DESCRIPTION due to 'Non-FOSS package license (file LICENSE)' message.
- Replace .Internal(inspect) function with C code.
- Library not working on 64-bit R.