Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

non/paiges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paiges

An implementation of Wadler's "A Prettier Printer". This code is a direct port of the code in section 7 of this paper, with an attempt to be idiomatic in scala.

The name is a reference to the Paige compositor and the fact that it helps you layout pages.

The main utilities or this code:

  1. not have to go crazy dealing with indentation when producing text documents, and to do so a clean way.
  2. support cases where whitespace and newlines might be interchangable.

About

an implementation of Wadler's a prettier printer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%