Skip to content

saeschdivara/curry-lang

Repository files navigation

Language overview

Currently it's a very simple language

Implemented features (parser)

  • Functions
  • Anonymous functions
  • Scoped variables
  • Variable reassignments
  • if - else
  • While loop
  • Integers, boolean, function, if else and null expressions
  • Boolean and arithmetic operators for integers
  • Strings

Implemented features (interpreter)

  • Functions
  • Anonymous functions
  • Scoped variables
  • Variable reassignments
  • if - else
  • While loop
  • Integers, boolean, function, if else and null expressions
  • Boolean and arithmetic operators for integers
  • Strings

Implemented features (virtual machine)

  • Integers, boolean
  • Boolean and arithmetic operators for integers
  • if - else

About

Experimentation with creating a language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages