What's Changed
- refactor(web): replace weblocks with reblocks by @ryukinix in #33
- refactor tests + write pratt parser tests by @ryukinix in #34
- feat: share button by @ryukinix in #35
- feat: F/T as consts, minor fixes and tests by @ryukinix in #36
- fix: share link eval by @ryukinix in #37
- docs: add make docs by @ryukinix in #38
- Make infix-to-prefix works with unary operations by @ryukinix in #12
- Parametrize standard-output to output-stream special var by @ryukinix in #14
- Add lisp-inference/web system by @ryukinix in #15
- Hotfixes after the new release by @ryukinix in #16
- Add valid operators to webapp and add aliases by @ryukinix in #17
- Parametrize notes and add source/docs references by @ryukinix in #20
- Uses "read-from-string" to parse the input as a lisp list by @weslleymberg in #23
- Add make server and refactor webapp after feedback by @ryukinix in #27
- Add Dockerfile & CI by @ryukinix in #28
- Improve web app styling by @ryukinix in #30
- feat: add pratt parser by @ryukinix in #31
- fix: deploy docker auth by @ryukinix in #32
New Contributors
- @weslleymberg made their first contribution in #23
Full Changelog: 0.2.0...0.4.0