Tom Alexander
|
0ca6ce504f
|
Simulate trailing whitespace in empty greater blocks just like drawers.
|
2023-04-22 21:45:18 -04:00 |
|
Tom Alexander
|
0b989b53a6
|
Fix warnings.
|
2023-04-21 23:55:18 -04:00 |
|
Tom Alexander
|
e97cf6630f
|
Move consuming the trailing whitespace up to the element matchers.
|
2023-04-21 23:54:54 -04:00 |
|
Tom Alexander
|
18323a2b43
|
Solve the rest of the compiler warnings.
|
2023-04-21 18:42:31 -04:00 |
|
Tom Alexander
|
a1724dae52
|
Combine the error types.
|
2023-04-21 18:36:01 -04:00 |
|
Tom Alexander
|
c75f4ebcff
|
Format the code.
|
2023-04-21 14:35:34 -04:00 |
|
Tom Alexander
|
45d0ce17c3
|
Do not allow elements to immediately nest inside themselves.
Plain list is omitted because they can nest.
|
2023-04-18 22:10:44 -04:00 |
|
Tom Alexander
|
50d05b99be
|
Require space after hash in comment if comment line is not empty.
|
2023-04-15 17:08:22 -04:00 |
|
Tom Alexander
|
6e4aa38fce
|
Add test demonstrating problem.
|
2023-04-15 17:04:47 -04:00 |
|
Tom Alexander
|
4e460e4a8c
|
Consume line ending in comments.
|
2023-04-15 16:59:30 -04:00 |
|
Tom Alexander
|
33bc1af17d
|
First stab at implementing comments.
|
2023-04-15 16:53:58 -04:00 |
|
Tom Alexander
|
d1a7d0b835
|
Show that trailing whitespace belongs to comments.
|
2023-04-15 16:37:25 -04:00 |
|
Tom Alexander
|
26e0ad5800
|
Add an example exploring indentation with comments.
|
2023-04-15 16:36:11 -04:00 |
|
Tom Alexander
|
1b10b197f2
|
Initial structure for adding support for comments.
|
2023-04-15 16:31:38 -04:00 |
|