thenafter_dart 0.5.0 copy "thenafter_dart: ^0.5.0" to clipboard
thenafter_dart: ^0.5.0 copied to clipboard

Parses the BNF .grm file and produces the first and follow sets. It can be used also to generate first and follow sets in a set of different languages.

[0.0.1] - 20210815: First release version. #

Library #

  • Parse .grm files
  • Analyze grammar productions
    • Generate a First-set
    • Generate a Follow-set
  • Output a generated code with productions map, first and follow sets
    • Dart
    • Lua

Binary #

  • Take a file from the args
  • Select a output language
  • Choose if generates in output file the productions map

[0.5.0] - 20210815: Documentation, examples and code style #

  • Documented all public APIs
1
likes
140
points
32
downloads

Publisher

verified publisherwrappedowl.com

Weekly Downloads

2024.09.08 - 2025.03.23

Parses the BNF .grm file and produces the first and follow sets. It can be used also to generate first and follow sets in a set of different languages.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args

More

Packages that depend on thenafter_dart