Issues
- 0
- 2
- 2
global: bump package versions to latest
#30 opened by mhuesch - 2
convert CI to use nix
#37 opened by mhuesch - 1
investigate / scope adding a module system
#47 opened by mhuesch - 0
add automated checks to CI
#36 opened by mhuesch - 0
add basic boolean operators
#44 opened by mhuesch - 0
add numeric inequality operators
#45 opened by mhuesch - 0
add support for user-defined datatypes
#54 opened by mhuesch - 9
Implement API interface for DSL runtime
#5 opened by pospi - 1
- 1
- 3
High-level sketch of the problem space
#1 opened by pospi - 2
- 1
- 1
Proof single-step computations
#56 opened by pospi - 1
Proof multi-step computations
#57 opened by pospi - 2
- 4
- 1
investigate lazy evaluation as a means of implementing incremental list processing
#34 opened by mhuesch - 2
- 0
add `head` and `tail` primitives to facilitate easy (tho unsafe) list processing
#42 opened by mhuesch - 0
add `fix` back to the language
#41 opened by mhuesch - 0
investigate ways to reduce `Sto` clutter
#52 opened by mhuesch - 0
implement garbage collection
#48 opened by mhuesch - 0
support loading of source files in `rli`
#46 opened by mhuesch - 0
- 1
feature: sum types & match/case syntax
#18 opened by mhuesch - 2
- 4
- 0
- 1
interpreting `fix` overflows stack
#17 opened by mhuesch - 2
implement "incremental lists"
#12 opened by mhuesch - 0
implement integer division
#23 opened by mhuesch - 1
Multi-crate refactoring
#8 opened by pospi - 2
- 0
feature: record syntax ideas / scopedlabels
#19 opened by mhuesch - 0
potential optimization: look for fully applied lambdas and substitute them all at once
#20 opened by mhuesch - 0
test-suite feature: generate well-typed `Expr`s
#21 opened by mhuesch - 0
set up a CI checks on PRs
#15 opened by mhuesch - 2
- 1
- 13
rough notes / progress log
#2 opened by mhuesch - 4
investigate Haskell’s suitability
#3 opened by mhuesch