package
0.0.0-20250303173843-6a2cc74e10ff
Repository: https://github.com/blicero/krylisp.git
Documentation: pkg.go.dev

# Functions

New creates a new Parser.

# Structs

ConsCell is the basic building block of Lisp Lists.
Integer is a signed 64-bit integer.
List is a Lisp list.
String is a ..
Symbol is a symbol.

# Interfaces

LispValue is the common interface for types in the Lisp Interpreter.