Package: flexo 0.2.7

flexo: Simple Tools for Lexing/Parsing Text Data

Simple tools for lexing/parsing text data.

Authors:mikefc

flexo_0.2.7.tar.gz
flexo_0.2.7.zip(r-4.7)flexo_0.2.7.zip(r-4.6)flexo_0.2.7.zip(r-4.5)
flexo_0.2.7.tgz(r-4.6-any)flexo_0.2.7.tgz(r-4.5-any)
flexo_0.2.7.tar.gz(r-4.7-any)flexo_0.2.7.tar.gz(r-4.6-any)
flexo_0.2.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
flexo/json (API)

# Install 'flexo' in R:
install.packages('flexo', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/coolbutuseless/flexo/issues

Pkgdown/docs site:https://coolbutuseless.github.io

On CRAN:

Conda:

4.38 score 8 stars 8 scripts 4 exports 2 dependencies

Last updated from:47701f62cd. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE117
source / vignettesOK198
linux-release-x86_64NOTE125
macos-release-arm64NOTE97
macos-oldrel-arm64NOTE105
windows-develNOTE82
windows-releaseNOTE73
windows-oldrelNOTE92
wasm-releaseOK104

Exports:create_streamlexreTokenStream

Dependencies:R6stringi

S-expressions (something LISPy)
LISPy S-Expression | Lex the S-Expression into tokens | Evaluate the expression by interpreting the tokens | Evaluate the expression by translating to R

Last update: 2021-12-07
Started: 2021-12-07

Parsing subtitles in srt format
SRT format example | Lex the srt file into tokens | Parse raw tokens into a data.frame

Last update: 2021-12-06
Started: 2021-12-06

Parsing 3d objects in OBJ format
Example parser: obj format for 3d objects | Use lex() to turn the text into tokens | Tokenising the obj | Use TokenStream to help turn the tokens into coherent data.frame

Last update: 2021-08-30
Started: 2020-12-07

Parsing scrabble games in gcg format
Scrabble game format: gcg | Use lex() to turn the text into tokens | Use TokenStream to help turn the tokens into coherent data.frame

Last update: 2021-08-30
Started: 2020-12-07

Parsing PBRT rendering scene format
PBRT format | Example Scene | Lex the text into tokens | Define some parsers for particular sequences in the stream | Parse the tokens in the 'setup' block | Parse the tokens in the 'World' block | Next steps - more parser functions!

Last update: 2020-12-08
Started: 2020-12-08

Parsing chess game files in PGN format
Chess game format: pgn | Use lex() to turn the text into tokens | Use TokenStream to help turn the tokens into coherent data.frame

Last update: 2020-12-07
Started: 2020-12-07