]> Git — Sourcephile - haskell/symantic-base.git/commit
iface: add interpreter `LetInserter` main
authorJulien Moutinho <julm@sourcephile.fr>
Fri, 3 May 2024 10:41:24 +0000 (12:41 +0200)
committerJulien Moutinho <julm@sourcephile.fr>
Fri, 24 May 2024 23:57:16 +0000 (01:57 +0200)
commit8e1febb72b37887727ba0c011e9bebeca9375a35
tree378d4543a211e887ea92b23c26cd199d135cb2cd
parent091246e87b2ae7c0c5f604fab0284104ec5f5e4d
iface: add interpreter `LetInserter`
15 files changed:
.gitignore
.hlint.yaml
.reuse/dep5
Makefile
cabal.project [deleted file]
flake.lock
flake.nix
src/Symantic/Semantics/Identity.hs
src/Symantic/Semantics/LetInserter.hs [new file with mode: 0644]
src/Symantic/Semantics/Viewer.hs
src/Symantic/Syntaxes/Classes.hs
symantic-base.cabal
tests/Spec.hs [new file with mode: 0644]
tests/Symantic/Semantics/LetInserterSpec.hs [new file with mode: 0644]
tests/Symantic/Syntaxes/Extras.hs [new file with mode: 0644]