Skip to content

kojung/sdf2p1-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

This is a standard compliant Standard Delay Format (SDF 2.1) parser. The library reads SDF file and produces an Abstract Syntax Tree (AST) that downstream tools can use to query information in the SDF.

See http://www.eda.org/sdf/sdf_2.1.pdf for more information about the SDF syntax.

INSTALLATION

Follow the standard cabal installation procedure:

cabal install

TEST

Unit tests are provided and can be executed like this:

cabal configure --enable-tests cabal test

USAGE

See the package Text.SDF.V2p1.Parser.SDFParser for the exposed methods for parsing and accessing the AST.

About

SDF 2.1 Parser written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published