Dave Halter
|
36a59a3d3b
|
Starting to refactor the normalizer to make sure that comments are also checked for indentation.
Using a linked list now for the indentation stack.
|
2017-07-02 18:58:43 +02:00 |
|
Dave Halter
|
7a7ad2038d
|
Trying to change the prefix parsing a bit.
|
2017-06-29 22:47:31 +02:00 |
|
Dave Halter
|
a341af1f81
|
Finally fix most of the issues in E22. Huge amounts of work.
|
2017-06-27 09:55:18 +02:00 |
|
Dave Halter
|
c07cd77417
|
Implement E101. No mixing of tabs and spaces in indentation.
|
2017-06-08 00:10:15 +02:00 |
|
Dave Halter
|
34aabd6b47
|
Make the prefix parsing a bit simpler by combining tabs and spaces.
|
2017-06-07 17:23:07 +02:00 |
|
Dave Halter
|
814b16cc6c
|
Remove the remove_newline hack and build that stuff into error recovery instead.
Tests are passing except for diff parser tests.
|
2017-05-31 21:24:24 +02:00 |
|
Dave Halter
|
b367058af6
|
Temporary work on carriage returns.
|
2017-05-31 08:59:49 +02:00 |
|
Dave Halter
|
8356bcab10
|
Fix small issues in prefix positioning.
|
2017-05-30 09:35:13 +02:00 |
|
Dave Halter
|
3e4b2f41cd
|
Fix the token types.
|
2017-05-30 02:05:45 +02:00 |
|
Dave Halter
|
6640308d15
|
Add a prefix splitting.
|
2017-05-30 02:00:08 +02:00 |
|