Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aleparser

Parses Aleph source code into an AlephTree. Built with LALRPOP.

Installation

[dependencies]
aleparser = "0.1"

Usage

let ast = aleparser::parse("3 + 4".to_string());

Example

Input:

let x = 42
x + 1

Produces an AlephTree::Stmts containing a Let binding followed by an Add expression.

Related

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages