Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

fix(parser): update ParserFaults.messages #1170

Closed anton-trunov closed 1 year ago

anton-trunov commented 1 year ago

Improves two parsing error messages: for maps and type casts. Also moves some tests to their proper places in the tests/ directory.

To update the ParserFaults.messages file, run

$ make parser-messages

This commit fixes issues #1004 and #938.