v0.3.0-jinx1
Pre-release
Pre-release
CohenArthur
released this
29 Nov 21:49
·
775 commits
to master
since this release
What's Changed
- Start Implementing new parser by @SanderJSA in #288
- Add builtin parsing by @SanderJSA in #305
- Add return parsing by @SanderJSA in #308
- Parse extern function declarations by @SanderJSA in #317
- Fix variable mutation in block by @CohenArthur in #335
- Add comparison operators by @CohenArthur in #334
- Support block statements by @SanderJSA in #347
- Parse expression between parentheses by @CohenArthur in #337
- Refactor spaced identifiers into own function by @SanderJSA in #353
- Setup BorsNG by @CohenArthur in #355
- Add
--no-std
option by @Yumasi in #357 - Only fail token parsing if alphanum_ is next by @CohenArthur in #363
- stdlib: Remove shell library (moved to oslib) by @CohenArthur in #360
- generics: Update DESIGN and SYNTAX by @CohenArthur in #359
- Split project in core crate and interpreter by @CohenArthur in #356
- Fix functional tests in new parser by @CohenArthur in #352
- docker: add basic Dockerfile to run jinko interpreter by @tanguysegarra in #370
- docker: fix deployed image by @BastienGermond in #373
- Improve parser logic and performance by @CohenArthur in #374
- Release v0.3.0-jinx1 by @CohenArthur in #376
New Contributors
- @Yumasi made their first contribution in #357
- @tanguysegarra made their first contribution in #370
- @BastienGermond made their first contribution in #373
Full Changelog: v0.2.0...v0.3.0-jinx1