Commit Graph

5 Commits

Author SHA1 Message Date
lordwelch
d6c0a9e0ec wsfmt.go: refactor
Refactor and cleanup of unused variables
Switch to string builder
Better error handling
Make printIdentifier account for the dot e.g. structName.fieldName
Fix formatting for negative numbers in a case statment
Rewrite array printing
Simplify newline printing
2018-05-15 13:07:27 -07:00
lordwelch
339abbae9a Add lexCmp
Created to compare to source files for differences in content and to ignore most formatting
2018-05-15 11:49:17 -07:00
lordwelch
ea40290f43 lex.go: separate '.' from identifier 2018-05-15 11:42:59 -07:00
lordwelch
7abebdbfd6 Fixed newline printing... probably 2018-05-03 17:56:22 -07:00
lordwelch
6c44b28a5f Formats witcher script files 2018-05-03 13:51:49 -07:00