v8/tools/torque/vscode-torque
Daniel Clifford bb065aa900 [torque] Implement transient types and checking
In the process implement TopType to express undefined values and
transient types after they no longer are valid, as well as checks to
make sure that transtioning callables are transitively marked
to express if they or their call chain modify transient types.

Bug: v8:7793
Change-Id: Idb237e878d3a511a4f460b6510ffd4876593951d
Reviewed-on: https://chromium-review.googlesource.com/c/1297963
Commit-Queue: Daniel Clifford <danno@chromium.org>
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57052}
2018-10-29 07:48:20 +00:00
..
syntaxes [torque] Implement transient types and checking 2018-10-29 07:48:20 +00:00
language-configuration.json [vscode-torque] Add vscode extension with basic Torque support. 2018-05-29 16:03:38 +00:00
package.json [vscode-torque] Add vscode extension with basic Torque support. 2018-05-29 16:03:38 +00:00
README.md [vscode-torque] Add vscode extension with basic Torque support. 2018-05-29 16:03:38 +00:00

Torque syntax support

This extensions adds rudimentary syntax highlighting support for the WIP Torque language used in V8.

Installation

Since the extension is not published to the marketplace, the easiest way to install the extension is to symlink the extension to your local extension directory:

ln -s $V8/tools/torque/vscode-torque $HOME/.vscode/extensions/vscode-torque