S/SL Syntax Support VSCODEThis extension adds basic support to VS Code for the S/SL langauge. The Syntax/Semantic Language (S/SL) is an executable high level specification language for recursive descent parsers, semantic analyzers and code generators developed by James Cordy, Ric Holt and David Wortman at the University of Toronto in 1980. FeaturesAdds basic syntax support for .ssl and .def files in VS Code. Known IssuesNone! Release Notes1.0.0Initial release of S/SL language support 1.0.1Add Add basic icon 1.0.2Add support for functions Change token type of '*' to represent control Add support for '?' character Clean up some missed tokens 1.0.3Add support for function parameters Use word bounds to ensure proper matching on tokens and numbers Simplify regex 1.0.4Fix syntax highlighting for functions followed by comments Testing Locally
|