Note
This release concludes this project, long live to GoMelan! 🎉
Here is the full documentation for GoMelan: https://glados.guillaume-hein.fr/
Changes
🚀 Features
- feat(include): add include @Thyodas (#60)
- feat(feat/comments): add comments handling and fix parser tests @tparente-ui (#56)
- feat(feat/internalFunctions): add internal functions and floats @Sauterelle57 (#51)
- feat(feat/globalsVar): add globals variables @tparente-ui (#50)
- feat(feat/listInc): add List parsing and handling in VM/Compiler @Sauterelle57 (#44)
- feat(feat/vm): add Compiler and VM @Thyodas (#43)
- feat(gomExprToAST): add AST for Gomelan @tparente-ui (#35)
- feat(parser): add parser for Gomelan @Sauterelle57 (#34)
🛠️ Refactors
- refacto(refacto/readme): refacto readme by implementing GoMelan infos @tparente-ui (#58)
- feat(feat/stringRefacto): refacto string into list of char @tparente-ui (#47)
💄 Style
- style(feat/listInc): fix all norm @TristanHourtoulle (#45)
❤️ Thanks to
@LucasRossignon, @Sauterelle57, @Thyodas, @TristanHourtoulle and @tparente-ui