mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-28 03:25:17 +03:00
75ce7db663
* Fixed incorrect handling of escaped strings in parser. * Refactored Parser golden tests a bit. * Moved PrettyPrinter for Parser AST to Parser. * fix
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
(AST
|
|
(Decl@1:1-19 type=constant name=Pi
|
|
(Double@1:13-19 value=3.14159)
|
|
)
|
|
(Decl@2:1-19 type=constant name=E
|
|
(Double@2:13-19 value=2.71828)
|
|
)
|
|
)
|