Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1
Compare

LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). In this text, I assume you are familiar with PEGs. If you are not, you can get a quick start reading the Wikipedia Entry for PEGs. The nice thing about PEGs is that it has a formal basis (instead of being an ... [More] ad-hoc set of features), allows an efficient and simple implementation, and does most things we expect from a pattern-matching library (and more, as we can define entire grammars). [Less]

5.0
 
  0 reviews  |  4 users  |  5,897 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

JSON Parser/Constructor for Lua Uses LPeg to decode JSON and tables to encode JSON

4.5
   
  0 reviews  |  3 users  |  5,330 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

Translates a document in a Plain Old Documentation style using Lua and the lpeg library. The current implementation translates into HTML.

0
 
  0 reviews  |  0 users  |  515 lines of code  |  0 current contributors  |  Analyzed 5 days ago
  pod lua lpeg
 
 
Compare

Lexing & Syntax Highlighting in Lua LXSH is a collection of lexers and syntax highlighters written in Lua using the excellent pattern-matching library LPeg. Several syntaxes are currently supported: Lua, C, BibTeX and shell script. The syntax highlighters support three output formats: HTML ... [More] designed to be easily embedded in web pages, LaTeX which can be used to generate high quality PDF files and RTF which can be used in graphical text editors like Microsoft Word and LibreOffice (formerly OpenOffice). Three predefined color schemes are included. [Less]

0
 
  0 reviews  |  0 users  |  3,442 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.