Skip to content

Tags: ArkScript-lang/Ark

Tags

v4.0.0-10

Toggle v4.0.0-10's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(ast optimizer): adding AST optimization tests and fixing the jso…

…n compiler to accept (if cond then) and not just (if cond then else)

v4.0.0-9

Toggle v4.0.0-9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
ci: adding an arkscript formatting step

v4.0.0-8

Toggle v4.0.0-8's commit message

Verified

This commit was signed with the committer’s verified signature.
SuperFola Alexandre Plateau
fix(ci): using download-artifact v4

v4.0.0-rc7

Toggle v4.0.0-rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #472 from ArkScript-lang/feat/stop-macro-evaluation

feat(macro processor): adding $paste to stop node evalution inside macros

v4.0.0-rc6

Toggle v4.0.0-rc6's commit message

Verified

This commit was signed with the committer’s verified signature.
SuperFola Alexandre Plateau
ci(release): fix artifact name for ubuntu gcc

v4.0.0-rc5

Toggle v4.0.0-rc5's commit message

Verified

This commit was signed with the committer’s verified signature.
SuperFola Alexandre Plateau
fix(repl): handle imports of ArkScript code

v4.0.0-rc4

Toggle v4.0.0-rc4's commit message

Verified

This commit was signed with the committer’s verified signature.
SuperFola Alexandre Plateau
feat(ci): release.yml > macos now uses clang 15

v4.0.0-0.3

Toggle v4.0.0-0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
SuperFola Alexandre Plateau
fix: $repr should display the accurate number of decimals instead of …

…always 6-8 decimals

v4.0.0-0.2

Toggle v4.0.0-0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
SuperFola Alexandre Plateau
ci: remove not-needed test step when creating a release (if a commit …

…lends on dev/master, it has already been tested)

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #419 from ArkScript-lang/dev

Merge dev into master