UON Language SupportProvides UON Language support to Visual Studio Code. UON ™ (short for Unified Object Notation) is a serialization format that aims to bring together the best features of all available serialization formats out there, to create the one to unify them all. Features
How to launch the project locallyFirst run :
Then open the project ans press ANTLR grammarIf you change the grammar file, you need to re-generate the antlr files used by the extension by running :
AcknowledgementThe parser for UON have been implemented using antlr4ts. The autocompletion has been implemented with the excellent c3 engine. |