-
Below is an piece of SCSS and screenshot of how it looks in Zed
```css
@import 'styles/form';
*, *:after, *:before {
box-sizing: border-box;
}
a, p {
word-break: break-word;
}
html …
-
Is there any library or API available for generating embeddings of each line of a Java code file while preserving AST (Abstract Syntax Tree) structure information? I'm already familiar with fold2vec…
-
**rust-analyzer version**: 0.4.1676-standalone
**rustc version**: rustc 1.72.0 (5680fa18f 2023-08-23)
**relevant settings**: Not sure of any relevant settings. I typically use `"rust-analyzer.pr…
-
Write the parsing logic which converts tokens generated by the lexer into a syntax tree.
-
### Describe the bug
Attempting to add syntax highlighting to the register command results in code being executed if the file happens to have the standard plugin name format.
One simple example is…
Davr1 updated
3 months ago
-
Annotate the Syntax Tree with types (this will be probabilistic in the general case, so we should support annotating multiple types for a given symbol)
-
I see that you have an ast.js file, and it uses some of the classes I recognize from Python's ast module. Is it feasible to expose it to a script running in Skulpt as the ast module?
Here's an example…
-
1. position of the last ambiguity
The last ambiguity appears when analyze the test tests/unit/ModesAndModeTransitions.aadl.The error message is the old one in the issue named "some internal errors wh…
-
```
Description:
Goal:
1. Make it more reasonable
2. Run faster
Issues:
1. Remove syntax tree usage in semantic tree.
2. Function type and function should be separated.
3. More semantic ch…
-
```
Description:
Goal:
1. Make it more reasonable
2. Run faster
Issues:
1. Remove syntax tree usage in semantic tree.
2. Function type and function should be separated.
3. More semantic ch…