-
Currently, in Branescript syntax. Parallel blocks are statements not expressions, with a special syntax to allow assignment. How is this implemented in practice? It seems like these parallel statement…
-
See #724 and #725 for context
## Before (desugared)
```neva
def Handler(data int) (sig any) {
Match, Println
---
:data -> match:data
1 -> match:if[0]
'one' -> match:then[0]
2 -> mat…
-
When using the transform API with syntax lowering (e.g. for classes) or with keepNames (`--keep-names`), the code generated often look something like this:
```js
const _Foo = class _Foo {
};
__n…
-
Hi, I noticed that when using the flow optimization, nested if statements can cause the compiler to throw a syntax error.
Here is an example program that triggers the error:
```
a = 1
if True:
…
-
Hi, I'm currently experimenting with SpecTec to specify the Rust programming language's syntax and semantics. During the process, I found a case where SpecTec toolchain fails to parse the optional non…
-
-p1234
-
-s1234
-S1234
The value will be used to compare with existing references, and if a match is found, the system will remove the reference.
-
Attempting to parse
```f90
subroutine foo
100 integer x
end subroutine foo
```
with LFortran SHA 4068df32ee4 gives the error:
```
syntax error: Token 'x' (of type 'identifier') is unexpected h…
pjh40 updated
2 hours ago
-
**Describe the bug**
The delimiter statement in proc import is not highlighted and there is no syntax help.
**Steps to reproduce**
proc import ....;
delimiter=';';
run;
**Expected behavio…
-
### Description
Adding "or replace" breaks syntax highlighting with colors.
- use this query:
```
create or replace view table_size as
SELECT
c.relname,
PG_RELATION_SIZE(C.oid) as s…