[][src]Module lep::builtin

Structs

Add
Car
Cdr
Cons
Div
Identity
List
Mul
Not
Sub

Statics

ADD

The + function.

CAR

The car function.

CDR

The cdr function.

CONS

The cons function.

DIV

The / function.

IDENTITY

The identity function.

LIST

The list function.

MUL

The * function.

NOT

The not function.

SUB

The - function.

Functions

register_all

Register all optional built-in functions.