Update CHANGELOG.md

This commit is contained in:
russoul 2020-09-01 13:33:22 +03:00
parent cb1a5f663c
commit b5fb108680

View File

@ -19,7 +19,7 @@ Compiler changes:
* Added syntax for record instantiation:
`record <Constructor> {<field1> = <expr1>, <field2> = <expr2>, ..., <fieldN> = <exprN>}`
`record < Constructor or _ > {<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`.