Delyan Angelov
|
c7ee45fc64
|
strings.textscanner, examples: add TextScanner .skip_whitespace/0, .peek_u8/0, .peek_n_u8/0, add examples/mini_calculator_recursive_descent.v (#23001)
|
2024-11-28 21:17:24 +02:00 |
|
yuyi
|
19f080ffb8
|
all: change single blank comment to blank line (#22016)
|
2024-08-09 14:55:58 +03:00 |
|
Kim Shrier
|
d7cc6f5cf1
|
strings.textscanner: fix off-by-one error in skip method (#21045)
|
2024-03-17 11:11:10 +02:00 |
|
Delyan Angelov
|
a21ee1abd4
|
strings.textscanner: add .current/0, .peek_back/0, .peek_back_n/1 and .goto_end/1 methods
|
2021-06-20 13:32:20 +03:00 |
|
Delyan Angelov
|
888b9c020c
|
strings: add a new module strings.textscanner to simplify writing small parsers
|
2021-05-20 11:23:25 +03:00 |
|