| Modifier and Type | Interface and Description |
|---|---|
interface |
Lazy
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
interface |
Lbd
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
interface |
Stream
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bool
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
Dont
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
Home
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
Lambda
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
LazyHome
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
LazyStream
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
Lst
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
Null
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
Number
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
Strng
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
Symbol
Copyright (c) 2006 - 2018, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| Modifier and Type | Field and Description |
|---|---|
Optional<Thing> |
Read.Pair.thing |
| Modifier and Type | Method and Description |
|---|---|
Thing |
Env.basic(String str) |
Thing |
Bool.eval(Env env) |
Thing |
Symbol.eval(Env env) |
Thing |
Strng.eval(Env env) |
Thing |
Number.eval(Env env) |
Thing |
Lst.eval(Env env) |
Thing |
LazyHome.eval(Env env) |
Thing |
Thing.eval(Env env) |
Thing |
Null.eval(Env env) |
Thing |
LazyStream.eval(Env env) |
Thing |
Lambda.eval(Env env) |
Thing |
Home.eval(Env env) |
Thing |
Dont.eval(Env env) |
Thing |
Env.eval(String name) |
Thing |
Lazy.exec(Env env,
List<Thing> args) |
Thing |
LazyHome.exec(Env env,
List<Thing> args) |
Thing |
Lbd.exec(List<Thing> res) |
Thing |
Lambda.exec(List<Thing> res) |
Thing |
Home.exec(List<Thing> res) |
Thing |
Flow.flow(Env env,
List<Thing> lst) |
Thing |
Stream.get(int i) |
Thing |
Lst.get(int i) |
Thing |
LazyStream.get(int i) |
Thing |
Number.greater(Number number) |
static Thing |
Number.n(String str) |
static Thing |
Read.n(String in) |
Thing |
Number.plus(Number number) |
Thing |
Number.remainder(Number number) |
| Modifier and Type | Method and Description |
|---|---|
List<Thing> |
Lst.getInternal() |
| Modifier and Type | Method and Description |
|---|---|
static Lst |
Lst.n(Thing... things) |
void |
Env.set(String name,
Thing val) |
| Modifier and Type | Method and Description |
|---|---|
Thing |
Lazy.exec(Env env,
List<Thing> args) |
Thing |
LazyHome.exec(Env env,
List<Thing> args) |
Thing |
Lbd.exec(List<Thing> res) |
Thing |
Lambda.exec(List<Thing> res) |
Thing |
Home.exec(List<Thing> res) |
Thing |
Flow.flow(Env env,
List<Thing> lst) |
static Lst |
Lst.n(List<Thing> things) |
Env |
Env.next(Map<String,Thing> words) |
| Constructor and Description |
|---|
Lambda(Env env,
Thing body,
List<String> names) |
Lst(Thing... things) |
| Constructor and Description |
|---|
Lst(List<Thing> things) |
Pair(String str,
Optional<Thing> token) |
Copyright © 2018. All rights reserved.