You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numscript is the DSL used to express financial transaction within the [Formance](https://www.formance.com/) ledger
8
+
Numscript is the DSL used to express financial transaction within the [Formance](https://www.formance.com/) ledger.
9
+
You can try it in its [online playground](https://playground.numscript.org)
6
10
7
11
The CLI in this repo allows you to play with numscript locally, check if there are parsing or logic errors in your numscript files, and run the numscript language server
8
12
@@ -12,10 +16,3 @@ The language server features include:
12
16
- Hover on values
13
17
- Detect document symbols
14
18
- Go to definition
15
-
16
-
### Develop locally
17
-
18
-
You can update snaphshots with the
19
-
`UPDATE_SNAPS=true` variable while running the tests
20
-
21
-
If you need to update the grammar, you can generate the parser using the `generate-parser.sh` script (you'll need to install the antlr4 command first)
0 commit comments