Skip to content

argcv/spr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SprLang

SprLang is a specification of a lightweight language. It was expected to easily embedded into various kind of languages.

Quick start

Here is a example:

decl hello.main

use io

let print = io.print

let phrases = [
	"Hello",
	", ",
	"World",
	"!",
	"\n"
]

phrases.map(p => print(p))

print("again!\n")

phrases.map(print)

About

A simple *imagination* of a new language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published