tests/languages/smalltalk


Log

Author Commit Date CI Message
Michael Schmidt a7bb3001 2021-12-10T14:37:50 Smalltalk: Use standard `char` token (#3255)
Michael Schmidt 51382524 2021-10-05T11:48:26 Smalltalk: Added `boolean` token (#3100)
Ben Coman 1aabcd17 2019-09-05T00:10:59 Smalltalk: Fixed single quote character literal (#2041) This fixes the incorrect tokenization of the character literals of single quotes which were recognized as string delimiters.
Michael Schmidt 5fd7577a 2019-02-28T19:52:06 Smalltalk: Allowed empty strings and comments (#1747) This fixes that empty strings and comments were not recognized in Smalltalk.
Golmote 1945c58b 2015-08-31T19:58:02 Add tests for Smalltalk