Skip to content

Tags: formancehq/numscript

Tags

v0.0.19

Toggle v0.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test: fix false positive tests (#89)

v0.0.18

Toggle v0.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tests: add tests (#68)

v0.0.17

Toggle v0.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Added docs to readme (#65)

v0.0.16

Toggle v0.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add functions (#54)

v0.0.15

Toggle v0.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat/expr in var origin (#45)

v0.0.14

Toggle v0.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix cache version (#50)

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix cache fail (#49)

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement a "create variable" code action (#40)

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement a "/" operator (#39)

* feat: edited the antlr grammar, updated the AST, the parser and its snapshots

* fix: updated percentageLiteral.ToRatio() method

* feat: implemented "/" operator in interpreter

* test: added test with variable numerator and denominator

* feat: implemented static type analysis of "/" expressions

* chore: fix indentation

* refactor: change ast node definition

* feat: improve static analysis in allotment

* feat: implemented hover for div operator

* feat: better diagnostic description

* chore: removed unused comment

* refactor: renamed file

* fix: handle divide by zero runtime err

* fix: check div by zero in diagnostics

* test: added test

* test: add static analysis test with perc literal

* test: add op precedence snap test

v0.0.10

Toggle v0.0.10's commit message
fix