Skip to content
/ rly Public

A simple ruby implementation of lex and yacc, based on Python's ply

License

Notifications You must be signed in to change notification settings

farcaller/rly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gem Version Build Status

Rly

Rly is a lexer and parser generator for ruby (O RLY?), based on ideas and solutions of Python's Ply (in some places it's a total rip off actually).

Release Notes

Release notes are available here.

Installation

Install via rubygems

gem install rly

Usage

You need to create lexer and parser classes for each grammar you want to process. It is commonly done by subclassing {Rly::Lex} and {Rly::Parse} classes (check the appropriate docs).

You can also read the tutorials on the wiki:

About

A simple ruby implementation of lex and yacc, based on Python's ply

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •