Skip to content
/ Ney Public

ney is a jit compiler for the neylang programming language

Notifications You must be signed in to change notification settings

Nizarll/Ney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neylang

neylang is a strongly typed toy programming language that can be easily embedded within c3 / c code
it provides strong typing at compile-time in order to create robust and easy-to-scale applications blazingly fast applications !


neylang syntax:

u64 getu64()
  return 5
end

let i = getu64() -- type deduction
u64 b = i

WIP:

  • Lexer.
  • Ast.
  • Parser.
  • bytecode generator
  • bytecode interpreter

About

ney is a jit compiler for the neylang programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published