Skip to content

lijie0123/ljl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the ljl programming language

welcome to the li-jie(la-ji) language's source page

basic feature:

  • functional
  • first-class tuple
  • strict static typed

compiler teck:

  • antlr
  • llvm
  • go

example:

grammer inspired by haskell and python (later I found it similar to rust)

type IntFloat struct{
i : int
f : float
}

fn max(x:int, y:int)->int{
if (x>y) then x else y
}

About

the ljl programing language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published