WhatisRT/meta-cedille

Minimalistic dependent type theory with syntactic metaprogramming

Agda

61

271 commits

updated Jun 18, 2024

See the code

README

#+HTML: <img src="https://github.com/WhatisRT/meta-cedille/actions/workflows/test.yml/badge.svg">
* Meta Cedille
This is an implementation of a type theory (Cedille) with syntactic metaprogramming. Essential features and syntax of the language are built in itself via metaprogramming. This includes things such as the module system, datatype system and type inference. The [[docs/Syntactic_metaprogramming.pdf][preprint]] contains a fairly complete theoretical description of the system, and the [[https://github.com/WhatisRT/meta-cedille/wiki][wiki]] and [[https://whatisrt.github.io/][blog]] contain some additional information and documentation.
* Building and installing
Building with nix is the only setup that's actively maintained. Any other setup may or may not be broken.
- Using Nix
If you have installed =nix=, simply run =nix-build=. Alternatively, running =install.sh= will build and install the executable to the system.
- Manually
=Agda 2.6.2=, the Agda standard library (version 1.7), =bytestring-trie= and =containers= (the Haskell libraries) are required. If those are setup correctly, just use the makefile. If you are using =stack=, you can also try =make stack= (this will not install Agda and the Agda standard library for you though).
* Running the current tests/examples
The file =mced/Test.mced= contains the current tests. Run =meta-cedille --load Test= in the =mced= directory to execute all current tests.

Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.

cedille
dependent-types
lambda-calculus
metaprogramming

Contributors

WhatisRT

271 commits

Languages

Agda

95.6%

Nix

2.1%

Emacs Lisp

1.8%

WhatisRT/meta-cedille

Minimalistic dependent type theory with syntactic metaprogramming

Agda

61

271 commits

updated Jun 18, 2024

See the code

README

#+HTML: <img src="https://github.com/WhatisRT/meta-cedille/actions/workflows/test.yml/badge.svg">
* Meta Cedille
This is an implementation of a type theory (Cedille) with syntactic metaprogramming. Essential features and syntax of the language are built in itself via metaprogramming. This includes things such as the module system, datatype system and type inference. The [[docs/Syntactic_metaprogramming.pdf][preprint]] contains a fairly complete theoretical description of the system, and the [[https://github.com/WhatisRT/meta-cedille/wiki][wiki]] and [[https://whatisrt.github.io/][blog]] contain some additional information and documentation.
* Building and installing
Building with nix is the only setup that's actively maintained. Any other setup may or may not be broken.
- Using Nix
If you have installed =nix=, simply run =nix-build=. Alternatively, running =install.sh= will build and install the executable to the system.
- Manually
=Agda 2.6.2=, the Agda standard library (version 1.7), =bytestring-trie= and =containers= (the Haskell libraries) are required. If those are setup correctly, just use the makefile. If you are using =stack=, you can also try =make stack= (this will not install Agda and the Agda standard library for you though).
* Running the current tests/examples
The file =mced/Test.mced= contains the current tests. Run =meta-cedille --load Test= in the =mced= directory to execute all current tests.

Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.

cedille
dependent-types
lambda-calculus
metaprogramming

Contributors

WhatisRT

271 commits

Languages

Agda

95.6%

Nix

2.1%

Emacs Lisp

1.8%