mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 10:46:37 +03:00
c04446b53a
Also: - Improves the `lexical error` message, changing it to `unrecognized character`, and only displaying the one character that caused the problem. - Adds more relevant text when showing a lexical error, which should address #219 - Switches parser to operate over lazy `Data.Text` rather than `String`
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
|
|
|
|
δοκιμή : [8]
|
|
δοκιμή = 10
|
|
|
|
result_greek = δοκιμή + δοκιμή
|
|
|
|
テスト : [8]
|
|
テスト = 10
|
|
|
|
result_japanese = テスト + テスト
|