the-language
the-language copied to clipboard
Jai language vscode extension
Hello, _Note:_ I opened #9 a few minutes ago and then quickly closed it because I realized it was a mistaken idea. __Proposed Change:__ adding MIT license __Explanation:__ This repository...
Hi, could you please update plugin for newer version of VS Code?  Best Radek
With the latest compiler as of today,  These settings just cause an infinite hang when I goto definition
The syntax coloring for the functions is inconsistent, e.g. `is_complex_number` is recognized as a function, while `is_non_real_number` is white (and _not_ recognized as a function?). Similar, `get_number_inner_type` is not recognized...
Use of `---` is significant, so I'd quite like to be able to colour it differently to other operators. How hard is it to give it its own scope or...
`how_to\007_struct_literals.jai:157..160`: ``` result_1 := is_constant(Vector3.{R22, R22, 0}); // This returns true, as R22 is a compile-time constant! result_2 := is_constant(Vector3.{1 - R22*R22, 0, cast(float) Z}); // This is constant! Math...
In most languages, both block comment delimiters and line comment delimiters are coloured the same. Here, only block comment delimiters are. Is that a bug? If not, what do I...