package
0.0.0-20170809161901-b210e04b4ddc
Repository: https://github.com/jbugman/fun-lang.git
Documentation: pkg.go.dev
# Structs
Bool is a boolean literal.
Char is a rune literal.
Double is a float64 literal.
Ident is an identifier.
Integer is an int literal.
Keyword is a language keyword.
List is a list.
Operator is an operator.
String is a string literal.
Type is an identifier.