Package: rly 1.7.8
rly: Tools to Create Formal Language Parser
R implementation of the common parsing tools 'lex' and 'yacc'.
Authors:
rly_1.7.8.tar.gz
rly_1.7.8.zip(r-4.7)rly_1.7.8.zip(r-4.6)rly_1.7.8.zip(r-4.5)
rly_1.7.8.tgz(r-4.6-x86_64)rly_1.7.8.tgz(r-4.6-arm64)rly_1.7.8.tgz(r-4.5-x86_64)rly_1.7.8.tgz(r-4.5-arm64)
rly_1.7.8.tar.gz(r-4.7-arm64)rly_1.7.8.tar.gz(r-4.7-x86_64)rly_1.7.8.tar.gz(r-4.6-arm64)rly_1.7.8.tar.gz(r-4.6-x86_64)
rly_1.7.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
rly/json (API)
| # Install 'rly' in R: |
| install.packages('rly', repos = c('https://systemincloud.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/systemincloud/rly/issues
Last updated from:6021b81aaf. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 130 | ||
| linux-devel-x86_64 | OK | 144 | ||
| source / vignettes | OK | 225 | ||
| linux-release-arm64 | OK | 178 | ||
| linux-release-x86_64 | OK | 175 | ||
| macos-release-arm64 | OK | 95 | ||
| macos-release-x86_64 | OK | 153 | ||
| macos-oldrel-arm64 | OK | 110 | ||
| macos-oldrel-x86_64 | OK | 286 | ||
| windows-devel | OK | 77 | ||
| windows-release | OK | 91 | ||
| windows-oldrel | OK | 88 | ||
| wasm-release | OK | 103 |
Exports:lexLexTokenNullLoggerRlyLoggeryacc
Dependencies:R6
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Build a lexer | lex |
| Lexing Engine | Lexer |
| Lex Token | LexToken |
| The LR Parsing engine | LRParser |
| Null logger is used when no output should be generated. | NullLogger |
| Print log message to file or console. | RlyLogger |
| Build a parser | yacc |
| Object sent to grammar rule | YaccProduction |
