Skip to content

niu2x/nf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Design

chunk := stmts

stmts:= 
	| stmt1s

stmt1s:= stmt semi

semi:= ';'

stmt := 'local' varname optional_var_init
	| single_value operation

optional_var_init := 
	| '=' expr

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages