Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arvlang

Note

purpose is to enable intermediate code generation for time-consuming framework development

Lexer

lexer explanation of how it works

Literals

  • Let
  • Numeral
  • Boolean
  • String
  • Functions
  • Returns

Statements

  • Prefix expressions

  • Infix expressions

  • If Expression

if { } else { }

NOTE: Both and being

  • Function Expression

fn (, ...)

  • Call Expression

()

  • For Expression

for

  • Range Expression

for range

  • Match Expression

match { OK: ERROR: }

About

Arvlang is a programming language made for my own research purposes.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages