Skip to content

Releases: ghost-language/ghost

v0.11.0

16 Feb 04:22
fac3dfc
Compare
Choose a tag to compare

Changelog

fac3dfc List methods (#69)

v0.10.0

15 Feb 02:02
7c1ff14
Compare
Choose a tag to compare

Changelog

7c1ff14 Add object method evaluation + string methods (#68)
cfa40a2 Add write function (#67)
047d853 Improved error messaging (#66)

v0.9.0

28 Nov 03:41
Compare
Choose a tag to compare

Changelog

9b802a5 Add line reference to parser errors
915ddd9 Bump version
b36a1b1 Clean up parser
eec084f Return evaluated object through API
3d559fa Return parser errors through API
058bc63 Update ghost.Call API
e81028d Update ghost.Call API

v0.8.0

27 Nov 05:50
Compare
Choose a tag to compare

Changelog

7c7fe87 Better error reporting (#64)
7004d9e Bump version
73783a2 Remove old cold

v0.7.0

23 Nov 04:38
Compare
Choose a tag to compare

Changelog

b2d5377 Unicode support (#63)
a9558ca bump version

v0.6.0

13 Nov 19:04
Compare
Choose a tag to compare

Changelog

49a6d7f Bump version
34f4005 Combine bind and assignment operators into one (:=)
de641e8 Fix imports
1da9ee4 Merge branch 'nightly' of github.com:ghost-language/ghost into nightly
ba92767 Seed randomizer every time
e9288fc Update example
bd8b341 Work on API
98ebfc0 Work on API
8bdba23 Work on API
616dd9b Work on API and update examples - will move ghost examples to a new location
669d2c9 Work on assign statement

v0.5.0

31 Oct 19:51
Compare
Choose a tag to compare

Changelog

ea69d91 Add Ghost module and bump version

v0.4.0

31 Oct 15:31
68744e7
Compare
Choose a tag to compare

Changelog

c24f49a Add range operator (..) (#59)
5b53da5 For in (#60)
68744e7 Module API and beginning of math module (#61)

v0.3.0

26 Oct 03:42
9c55b9a
Compare
Choose a tag to compare

Changelog

9c55b9a For loop (#58)

v0.2.0

25 Oct 20:34
Compare
Choose a tag to compare

Changelog

2fa101f Clean up AST
b5dbee0 Clean up common newError function
ec2b729 Clean up global value representations
4f8eb4c Clean up objects
e7bf6f0 Clean up utilities
125b385 Extend core function offerings
088c6e1 Include version in Ghost API
7014bcd Utilizie utility for ghost.NewError
4c31308 Variable mistype
35aee30 clean up environment object