9 Commits

Author SHA1 Message Date
684cc19302 fix(expression): PartialEq and PartialOrd impls 2026-04-02 14:48:14 +02:00
5605ad0901 fix: environment warnings 2026-04-01 01:45:35 +02:00
48d4039c31 feat(core): add load and include prelude 2026-04-01 00:35:52 +02:00
d0840759b3 feat(core): Display for EvalError + ParserError 2026-03-31 20:14:49 +02:00
d4281d3538 feat(tokenizer): allow negative numbers 2026-03-31 04:32:08 +02:00
7d70066213 feat(expr): from fixed sized array to Expr 2026-03-31 04:09:52 +02:00
d835dc48ce feat(prelude): add list/string functions 2025-01-12 21:47:06 +01:00
88bbcf036f feat(core): improve printing
- Expression Conversion
- print/println
2025-01-11 16:31:41 +01:00
3e11142361 feat: add native_lisp_function macro
- refactor project layout to use child crates
  - lispers-core: parser and evaluator
  - lispers-macro: proc macros
2025-01-04 20:12:11 +01:00