Skip to content

tov/preprocessor-tools-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preprocessor-tools: Quick-and-dirty Haskell preprocessor

This library provides a quick-and-dirty (but often effective) method for extending Haskell's syntax using a custom preprocessor. It parses Haskell into a bare-bones AST with just enough knowledge of the syntax to preserve nesting, and then allows transformations on the AST.

See the package ixdopp for an example of how to do this.

About

Quick-and-dirty Haskell preprocessor

Resources

License

Stars

Watchers

Forks

Packages

No packages published