Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-05 | python3: Update names | Freeyorp | 1 | -2/+2 | |
- unicode -> str - u'' -> '' - cStringIO -> io Sourced from specing's work on the porting process. See https://git.themanaworld.org/legacy/tmwa/-/merge_requests/256 | |||||
2024-06-05 | python3: Strip old __future__ references | Freeyorp | 1 | -1/+0 | |
2024-06-04 | Very basic python3 support | Freeyorp | 1 | -1/+1 | |
Extremely minimal, not touching any __future__ imports or such. For serious use, see specing's WIP PR at: https://git.themanaworld.org/legacy/tmwa/-/merge_requests/256 | |||||
2014-01-20 | Implement core formatter | Ben Longbons | 1 | -29/+374 | |
2013-12-24 | Add non-indenting indenter for C++ | Ben Longbons | 1 | -9/+284 | |
Fix a bunch of bugs that none of me noticed before. | |||||
2013-12-23 | Implement yacc formatting | Ben Longbons | 1 | -4/+150 | |
2013-12-23 | Refactor the lex indenter so that it can (almost) format yacc files | Ben Longbons | 1 | -0/+274 | |