xgo/parser
Józef Sokołowski 6fc27defb8
add support for parsing binary, octal and hex numbers (#364)
Fixes #363

Co-authored-by: Józef Sokołowski <jozef.sokolowski@gmail.com>
2022-06-15 09:50:39 +05:30
..
ast.go fix internal package issue (#241) 2019-12-24 07:42:30 -08:00
ast_test.go add go module v2 (#244) 2019-12-29 13:38:51 -08:00
expr.go spread last call argument v2 (#302) 2020-06-08 18:54:24 +02:00
file.go fix internal package issue (#241) 2019-12-24 07:42:30 -08:00
opcodes.go spread last call argument v2 (#302) 2020-06-08 18:54:24 +02:00
parser.go add support for parsing binary, octal and hex numbers (#364) 2022-06-15 09:50:39 +05:30
parser_test.go add support for parsing binary, octal and hex numbers (#364) 2022-06-15 09:50:39 +05:30
pos.go fix internal package issue (#241) 2019-12-24 07:42:30 -08:00
scanner.go add support for parsing binary, octal and hex numbers (#364) 2022-06-15 09:50:39 +05:30
scanner_test.go add go module v2 (#244) 2019-12-29 13:38:51 -08:00
source_file.go fix internal package issue (#241) 2019-12-24 07:42:30 -08:00
stmt.go add go module v2 (#244) 2019-12-29 13:38:51 -08:00