COOL Language SupportOverviewThis 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. Features:
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. Note
|