Skip to content

ErrorOnUsername/joy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Joy Programming Language

A language made for fun and to learn more about compilers

Syntax

use joy.io;

decl main := fn() {
	io.println( "Hello, World!" );
};

Progress

  • Lexing
  • Parsing (multithreaded)
  • Typechecking (in-progress. multithreaded)
  • Custom IR
  • Custom backend (maybe also llvm just to learn? not sure)
  • Metaprogramming

About

Joy: A programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published