1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-12 20:27:30 +08:00
otto/parser
Tomoki Yamaguchi 9f9bfb98bd
fix: starting position of comment (#507)
Fix Begin of Comment to point to the position of the opening slash.
2023-08-16 19:08:32 +01:00
..
comments_test.go chore: rename _parser (#483) 2022-12-07 00:23:10 +00:00
error.go chore: rename _parser (#483) 2022-12-07 00:23:10 +00:00
expression.go fix: positions of expressions (#505) 2023-07-21 22:47:33 +01:00
lexer_test.go chore: rename _parser (#483) 2022-12-07 00:23:10 +00:00
lexer.go fix: starting position of comment (#507) 2023-08-16 19:08:32 +01:00
marshal_test.go chore: lint and naming refactor (#475) 2022-12-04 21:49:38 +00:00
parser_test.go fix: starting position of comment (#507) 2023-08-16 19:08:32 +01:00
parser.go chore: rename _parser (#483) 2022-12-07 00:23:10 +00:00
regexp_test.go
regexp.go chore: rename _parser (#483) 2022-12-07 00:23:10 +00:00
scope.go chore: rename _parser (#483) 2022-12-07 00:23:10 +00:00
statement.go fix: positions of statements (#506) 2023-07-25 18:25:01 +01:00