Skip to content
/ typfun Public

Typfun is a strongly-Typed Functional langage aimed to learn about type checking and type inference.

License

Notifications You must be signed in to change notification settings

leo-210/typfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typfun

Pronounced like "Typhon", Typfun is a basic functional programming language, and strongly typed (it's a typed functional langage, thus Typfun). Features type inference.

It is intended as a projet to build a parser and type inference engine by myself, and not as a serious programming language. Also, the interpretation/compilation part is secondary, as the focus of the project is mainly on the type checking part.

For the type checker, I could better understand how to structure my code thanks to this implementation of a Hindley-Milner system.

About

Typfun is a strongly-Typed Functional langage aimed to learn about type checking and type inference.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published