Skip to content

harsath/Jix-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jix Interpreter

Ubuntu build status

This project implements an interpreter for Jix, a dynamically typed programming language. This repository is under active development.

See examples directory for examples of programs Jix supports.

Features:

  • Dynamic types (int, bool, and string)
  • Functions
  • Builtin functions
    • Print()
  • Statements
    • If-else
    • While
    • For
    • Return
    • Break
    • Variable declaration and assignment
  • Nested blocks / statements

Todo features:

  • Builtin-data structures (Arrays and Hashtables)
  • User-defined datatypes
  • Import statement

About

Dynamically typed programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages