Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Boreal LangNew to Visual Studio Code? Get it now.
Boreal Lang

Boreal Lang

oxixes

|
52 installs
| (0) | Free
Adds syntax highlighting support for UPM's ETSIINF's Boreal language used in the "Traductores de Lenguajes" subject.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Boreal Language Extension for Visual Studio Code

This extension provides syntax highlighting support for the Boreal programming language in Visual Studio Code.

Boreal is a language used in the subject 'Traductores de Lenguajes' at the Universidad Politecnica de Madrid, designed to help students learn about language translation and compiler construction.

While the subject mentions that source code is in the .txt extension, this extension uses the .boreal (or .bor) extension for better identification and usability. If you use .txt files, you can manually set the language to Boreal in VS Code (down right corner).

[!NOTE] Esta extensión ayuda a la realización de la práctica de la asignatura 'Traductores de Lenguajes' de la Universidad Politécnica de Madrid. No es un proyecto oficial ni está afiliado a la universidad. Puede contener errores y limitaciones (en cuyo caso agradecería que me los reportaseis).

[!NOTE] Esta extensión implementa un procesador de lenguaje completo siguiendo las pautas de la asignatura 'Procesadores de Lenguajes', lo que puede resultar útil como implementación de referencia. Sin embargo, NO es el mismo lenguaje que en Procesadores de Lenguajes, y puedes tener diferentes opciones de práctica. Esta en concreto está implementada con un analizador sintáctico ascendente (LR) e implementa todas las características del lenguaje Boreal según las especificaciones de la asignatura.

Features

  • Syntax highlighting for Boreal language constructs with semantic awareness.
  • Error highlighting for incorrect statements.
  • Go to Definition for variables and functions.
  • Snippets for common Boreal constructs.
  • Hover tooltips for Boreal variables and functions.

Release Notes

0.0.4

Added a language server with basic functionalities including Go to Definition, Hover tooltips, semantic highlighting, and error detection.

0.0.3

Adds snippets and better language configuration for the Boreal language extension.

0.0.2

Added language icon for the Boreal language extension.

0.0.1

Initial release of the Boreal Language Extension for Visual Studio Code.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft