srhickma / padd

Fast and Automatic Formatting of Context-Free Languages
Apache License 2.0
2 stars 2 forks source link

Add trailing whitespace eliminator #192

Closed srhickma closed 4 years ago

srhickma commented 4 years ago

closes #180.

Note that for most large files this solution is not practical, as the recursive technique for implementing a line list will cause a stack overflow. Once #123 is implemented, this spec should be switched over to using inline lists.