polserver/testsuite/escript/unicode
Kevin Eady 593cfffb83
Add uninit, true, false keywords to grammar (#596)
* Update grammar

* Update expression handling for uninit

* update existing tests

* Add new tests

* Remove fullpath from escriptgrammar generation comment

* fix tests

* Update eScript guide

* Declare escript version 0x11

* Add core-changes

* Add `true` and `false` to grammar

* true/false implementation

* Fix existing tests

* Add new tests

* Update core changes

* add docs

* Fix BooleanValue::describe_to

* bool optimizations

* optimize uninit

* remove unused var assignments

* Update grammar for case labels for uninit, booleans

* Fix case label handling for uninit, true, false

* Tests

* Fix compiler version display v1.1700000017881393 -> v1.17

* optimize boolean binary operations

* fix unary boolean optimizer

* add boolean, uninit optimizer test

* Use new fmt lib apis

* Fix compiler warning

* really fix warning lol

* Add Executor[Module]::getParam for bools, FindSubstance test
2024-01-20 05:38:25 +01:00
..
unicode01.out invalid utf8 will be assumed to be iso8859 (with the hope that this is 2018-06-25 19:31:00 +02:00
unicode01.src invalid utf8 will be assumed to be iso8859 (with the hope that this is 2018-06-25 19:31:00 +02:00
unicode02.out sanitize strings during compilation 2018-06-25 19:31:00 +02:00
unicode02.src Add uninit, true, false keywords to grammar (#596) 2024-01-20 05:38:25 +01:00
unicode03.out invalid utf8 will be assumed to be iso8859 (with the hope that this is 2018-06-25 19:31:00 +02:00
unicode03.src sanitize strings during compilation 2018-06-25 19:31:00 +02:00
unicode04.inc compiler can now handle files with BOM 2018-06-25 19:31:00 +02:00
unicode04.out compiler can now handle files with BOM 2018-06-25 19:31:00 +02:00
unicode04.src compiler can now handle files with BOM 2018-06-25 19:31:00 +02:00
unicode05.out added special test 2019-09-07 17:15:10 +02:00
unicode05.src added special test 2019-09-07 17:15:10 +02:00
unicode06.out maybe now the testdata is correct 2020-01-04 17:07:03 +01:00
unicode06.src testcase for invalid chars 2020-01-04 12:59:47 +01:00
unicode07-unicode-lower-case.out Add error listener, and convert lexer symbols to lowercase (#216) 2020-08-14 03:28:37 -07:00
unicode07-unicode-lower-case.src Add error listener, and convert lexer symbols to lowercase (#216) 2020-08-14 03:28:37 -07:00