Giter Club home page Giter Club logo

lex's People

Contributors

piotrmurach avatar terradolor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

lex's Issues

Pop state example shows parameter, method definition doesn't have one

Describe the problem

It looks like the pop_state method on Lex::Lexer doesn't define a parameter but the examples and the doc string show that it should accept a parameter.
https://github.com/piotrmurach/lex/blob/master/lib/lex/lexer.rb#L172-L180

Steps to reproduce the problem

Define a rule for state and attempt to call lexer.pop_state(a_state_name)

Actual behaviour

We get a ruby exception:

/Library/Ruby/Gems/2.6.0/gems/lex-0.1.0/lib/lex/lexer.rb:175:in `pop_state': wrong number of arguments (given 1, expected 0) (ArgumentError)

Expected behaviour

To pop the state. It seems to me that this should either

  1. Verify that the passed state is the top of the state stack and pop it
  2. Remove any indication of a parameter and just pop the top of the state stack.
    a. I'm guessing this one is the intended behavior

Describe your environment

  • OS version: Macos 12.6
  • Ruby version: 2.6.0
  • Lex version: 0.1.0

Generowanie C

Brakuje mi funkcji generowania kodu C

Łatwo testowac regrex i łatwo to ogarnąć, ale potem chciało by się by to działało szybko i do tego potrzebny jest właśnie kod w C

flex i inne jest strasznie nie dostosowany do innych sposobów niż terminal. błedy są zawsze tam wysyłane.

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.