This extension aims to make COOL more accessible to those who are learning it, leverage the burden of repeated manual works. It can be installed from the VS Code marketplace!
It provides support for COOL(Classroom Object Oriented Language), a programming language designed by Alexander Aiken at Stanford.
This extension is connected with a COOL compiler backend that validates your program in real-time. Whenever a lexical/syntax/typing error is made, an error message will be displayed.
This extension also provides auto-completion support based on code snippets. Semantic-based autocomplete is under development and will be added in the future.
- This extension is built based on the lsp-sample by Microsoft.
- The syntax higlight feature is based on language-cool by Guangming Mao.
- Feel free to leave a comment!