summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.sml
Commit message (Collapse)AuthorAgeFilesLines
* Recognize that symbolic identifiers can live at the end of a sequence of ↵Robert J. Simmons2011-08-281-2/+9
| | | | namespaces
* Hugely refactor based on inspecting Matthew Fluet's codeRobert J. Simmons2011-08-271-3/+47
|
* Add another illustrative example to example.smlRobert J. Simmons2011-08-261-0/+7
|
* in 'val x = () and y = (), the 'y' token is no longer lexed incorrectly as a ↵Robert J. Simmons2011-08-261-1/+1
| | | | function
* Ridiculous support for functionsRobert J. Simmons2011-08-261-0/+9
|
* Add type declaration highlightingRobert J. Simmons2011-08-261-0/+4
|
* Admit where I'm screwed upRobert J. Simmons2011-08-261-1/+1
|
* Read SML mailing list, improve exampleRobert J. Simmons2011-08-261-3/+3
|
* Add contextual parsing for datatypesRobert J. Simmons2011-08-261-2/+10
|
* Teach the datatype, type, exeption, raise, fun, val, functor, open, ↵Robert J. Simmons2011-08-261-0/+10
| | | | signature, and structure keywords what always comes after them
* Parse charsRobert J. Simmons2011-08-261-0/+1
|
* More changes to better capture StrId distinctionRobert J. Simmons2011-08-261-5/+14
|
* Add examples, more improvements to parser based on examining those examplesRobert J. Simmons2011-08-261-0/+57