This website requires JavaScript.
Explore
Help
Sign In
asciigoat
/
ini
Watch
2
Fork
0
You've already forked ini
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
Files
3bf20948c09e13c46331e760ef5c39622489cda1
ini
/
parser
T
History
amery
3bf20948c0
parser: Unescaped [WIP]
...
Signed-off-by: Alejandro Mery <
amery@jpi.io
>
2023-09-05 13:22:39 +00:00
..
comma_array.go
parser: introduce SplitCommaArray to splits comma separated strings
2023-09-04 18:58:06 +00:00
error.go
parser: Unescaped [WIP]
2023-09-05 13:22:39 +00:00
lexer_runes.go
parser: Unquoted(), AcceptQuotedString()
2023-09-04 18:58:06 +00:00
lexer.go
parser.Parser: refactor using TextParser
2023-09-03 17:01:26 +00:00
parser.go
parser: introduce NewError() to create lexer.Error using lexer.Position
2023-09-04 15:16:43 +00:00
text_position.go
parser: introduce GetPositionalLength()
2023-09-03 17:43:46 +00:00
text_quoted.go
parser: Unescaped [WIP]
2023-09-05 13:22:39 +00:00
text.go
parser: use GetPositionalLength() on TextParser.Discard() and TextParser.Emit()
2023-09-04 13:32:27 +00:00
token.go
parser: add initial Parser emitting non-whitespace tokens
2023-08-31 00:45:54 +00:00
tokentype_string.go
parser: add initial Parser emitting non-whitespace tokens
2023-08-31 00:45:54 +00:00