Skip to content

hlubek/parser-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser experiments

Some parser experiments in Go (golang) based on the precedence climbing paper from Theodore Norvell (http://www.engr.mun.ca/~theo/Misc/exp_parsing.htm).

Installation

go install github.com/chlu/parser-experiments/prec-climb

You'll need a working Go environment for this.

Usage

Parsing expressions:

$GOPATH/bin/prec-climb "x + y * (a / 4)"

About

Parser experiments in Go (golang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages