Activity for Rob

  • Rob Rob committed [3abb8e]

    Teach the datatype, type, exeption, raise, fun, val, functor, open, signature, and structure keywords what always comes after them

  • Rob Rob committed [4b6b2a]

    Couple dumb inconsistencies - didn't treat some of the keywords right, was marking symbolic ids different from other ids in a weird way.

  • Rob Rob committed [2258e0]

    Add contextual parsing for datatypes

  • Rob Rob committed [3adc0b]

    Admit where I'm screwed up

  • Rob Rob committed [5ccc77]

    Various improvements

  • Rob Rob committed [a5ecda]

    Admit where I'm screwed up

  • Rob Rob committed [5aaa76]

    Read SML mailing list, improve example

  • Rob Rob committed [5bfc37]

    More changes to better capture StrId distinction

  • Rob Rob committed [d9c440]

    Add Standard ML lexer

  • Rob Rob committed [d0b52e]

    Undo irrelevant change

  • Rob Rob committed [138422]

    Add examples, more improvements to parser based on examining those examples

  • Rob Rob committed [351f8b]

    Parse chars

  • Rob Rob committed [1dd9f0]

    Delete a line of unreachable code

  • Rob Rob committed [946dec]

    Fix problem that was causing an error for most structure declarations

  • Rob Rob committed [9b8a92]

    Clean up the main/main-fun recursion a little bit more cleanly

  • Rob Rob committed [d26157]

    Add another illustrative example to example.sml

  • Rob Rob committed [6bd4ee]

    Add type declaration highlighting

  • Rob Rob committed [b0096b]

    in 'val x = () and y = (), the 'y' token is no longer lexed incorrectly as a function

  • Rob Rob committed [ee1ba9]

    Recognize that symbolic identifiers can live at the end of a sequence of namespaces

  • Rob Rob committed [e8c01d]

    Mostly just cleaning up code and improving comments.

  • Rob Rob committed [3dc7fd]

    Hugely refactor based on inspecting Matthew Fluet's code

  • Rob Rob committed [824389]

    Fix dumb spelling mistake

  • Rob Rob committed [733966]

    'struct' and 'sig' are both opening delimiters in the way I'm setting things up, and I was parsing all the keyword delimiters as Operators when they should be Keyword.Reserved

  • Rob Rob committed [0d9693]

    Ridiculous support for functions

1
MongoDB Logo MongoDB