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
pub points
0%
popularity

Publisher

verified publisherwrappedowl.com

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)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args

More

Packages that depend on thenafter_dart