Skip to content

Releases: topoi-lang/topos

S expression parser using ZHaskell

22 Jun 14:12
6e3dd34
Compare
Choose a tag to compare
Pre-release

Simple haskell codebase with feature listed:

  • Tokeniser

  • Parser to WeakTerm

  • Using cabal file instead of package.yaml

Normalisation by Evaluation of Lambda Calculus terms

20 Mar 16:06
1701945
Compare
Choose a tag to compare

This tag contains a workable demo of compiler that can

  • parse lambda calculus
  • normalise lambda calculus*
  • evaluate lambda calculus*

Basically we implemented demo of NbE(Normalisation by Evaluation) using Andras Kovacs's flatparse and his glued evaluation.