Releases: rishiosaur/sepia
v0.2.0
Changelog
3b47b57 fix checks
1cf0a3b Merge pull request #16 from rishiosaur/feature/add-array-stdlib
5123104 arrays stdlib example
df3017b update go
e38c600 update stdlib
28f2a3e basic array stdlib
86f311e add len
e72bd2f Merge pull request #15 from rishiosaur/feature/add-maps
daef951 fix tests
190c3cc parse map
0d6bae3 map with hashing
5a95294 eval mapLiteral
3a83446 Merge pull request #12 from rishiosaur/feature/add-array
2e68eed add mapliteral
ad2ca49 parser for arrays
a951d92 lbracket + precedences
5707d33 obj for array
9bb36c4 arrayliteral
106de3a generalize arrayindex
10b6fcd update precedences
8e03686 add index struct
a977db7 add array parsing
7274b98 lex array
0ba27ca remove test sp
4c34797 add arrayliteral type
v0.1.4
Changelog
8e995c8 Merge pull request #11 from rishiosaur/feature/move-out-types
eb52927 update parser
e4147a9 remove stuff for build
35a3f9c Merge branch 'feature/move-out-types' of https://github.com/rishiosaur/monkey into feature/move-out-types
7104c5a stuff
b2aba33 Merge branch 'main' into feature/move-out-types
9fa57a2 add literal operator cases
f5291ee make a lil more useful
331dcf2 remove test msg
2749452 keywords for and and or
70fc933 start parsing arrays
2dd1b5b add testing
d2b5e66 update tracing for stuffs
6dc1c9a add new tokens for infixing
21343e9 update precedences
cfe291f lex new tokens
a3d8e78 add factorial and fib examples
4789ba1 delete recursion
0d85522 valuestatement + or and and parsing
1850afe update for valuestatement
578c511 add update
4f31e0d update new stickers
4903233 eval
2b2c128 update loops
8085026 lex new characters
3458869 keywords
3af9910 parser tracing switch
9906fad update parser for updates
991d160 less than and equal
cec459a update, redo set to be.. not shit
9768bed update for new tokentypes
64af80e recursion example
bc143cd add update
637a108 update new stickers
6ef072a eval
09f674c update loops
3c06247 lex new characters
8a5d92e keywords
3512664 parser tracing switch
4b6e672 update parser for updates
8d28c53 less than and equal
cbdd7fb update, redo set to be.. not shit
fe53ddb update for new tokentypes
1db7ce7 recursion example
0140d96 Update README.md
e74c24b Merge pull request #6 from rishiosaur/feature/move-out-types
bf1d48a update for all new changes & cleanup
c7d7b94 update readme
a170903 add banner svg
387d663 update banner
73af0af Merge branch 'main' of https://github.com/rishiosaur/monkey into main
bcc4ecd update readme
191dba2 Create LICENSE
a2dc189 update readme, add all assets
d0a54b0 fix up lint errs
8976e04 actions
v0.1.3
Changelog
5f3446b Merge branch 'main' of https://github.com/rishiosaur/monkey into main
1889465 update for new value statement
59664fa loop example
68ea698 update contexts for machine
e8a02e0 remove stdout from eval
6efbe3f lex comments properly
b7b4788 update returns for new syntax
03b1f5c add types to the go stdlib
ca5c36b update readme for new instructions
6d78e21 Merge pull request #5 from Matt-Gleich/main
8a11c2b ✨ Provide docker runtime
599bca7 gitignore
230ce36 hb taps
a1342f1 update readme
v0.1.2
Initial Language release!
This brings all the basic functionality of Sepia Language to reality! Check out the examples given (and feel free to run it using the attached binary)