This commit is contained in:
russoul 2020-08-27 21:51:23 +03:00
parent 13634e769e
commit d5a0a58e0b

View File

@ -19,7 +19,7 @@ Compiler changes:
* Added syntax for record instantiation:
`record <Constructor> {<field1> = <expr1>, <field2 = <expr2>, ..., <fieldN> = <exprN>}`
`record <Constructor> {<field1> = <expr1>, <field2> = <expr2>, ..., <fieldN> = <exprN>}`
* Added primitives to the parsing library used in the compiler to get more precise
boundaries to the AST nodes `FC`.