Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pliparser

Parses PL/I source code into an AlephTree. Built with LALRPOP.

Installation

[dependencies]
pliparser = "0.1"

Usage

let ast = pliparser::parse(source_code);

Example

Input:

DCL X FIXED BIN(31) INIT(42);

Produces an AlephTree::Let binding with an Int value.

Related

About

Aleph parser for PL/I

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages