Giter VIP home page Giter VIP logo

goldparser-rs's People

Contributors

droidengineer avatar

Stargazers

 avatar

Watchers

 avatar

goldparser-rs's Issues

Refactor

  1. The Table trait and use of HashMap.
  2. Remove intermediate record structures.
  3. Builder should consume file or stream and produce EGT
  4. The Engine package contains DFA Lexer and LALR Parser and Parser interface that takes an EGT file and source in that language and produces an AST Reduction tree.

Reading EOF causes panic

The SourceReader in source.rs:33:29 returns char but should pass Option<> up to be caught in higher level around parse_step() or parse()

Rule Handler Map

Add a rule handler map (rule: &str, R: RuleHandler) that maps a rule or production to the function/closure that handles it.

Add ability to unwind Stack<T>

The internal engine::stack::Stack needs the ability to store and unwind the stack to a previous state. In support for recovery states. See Pest for reference.

egtutil: call or replace the GOLD Parser Builder CLI

This library depends on the existence of an EGT built using a) GOLD Parser GUI or b) GOLD Parser Builder. Could egtutil call/exec the GP CLI exe's? You would have to bundle them or use installed paths. The system must support win exe's natively, WINE, etc.

  • Did GP author release source code for GPS?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.