//
pkg.gl
Category
github.com/blicero/krylisp
parser
package
0.0.0-20250303173843-6a2cc74e10ff
Repository:
https://github.com/blicero/krylisp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
224 SLOC
#
Functions
New
New creates a new Parser.
#
Structs
ConsCell
ConsCell is the basic building block of Lisp Lists.
Integer
Integer is a signed 64-bit integer.
List
List is a Lisp list.
String
String is a ..
Symbol
Symbol is a symbol.
#
Interfaces
LispValue
LispValue is the common interface for types in the Lisp Interpreter.