bscript-builder
bscript-builder
com.github.gchudnov.bscript.builder
AstMeta
Builder
Builder
TypeCheckLaws
TypeCheckLaws
AdditionResult
ArithmeticResult
CommonResult
EqualityResult
LogicResult
PromoteFromTo
RelationalResult
UnaryArithmeticAllow
UnaryLogicAllow
com.github.gchudnov.bscript.builder.state
Ctx
Ctx
Meta
Meta
given_Show_Meta
ScopeTree
ScopeTree
given_Show_ScopeTree
com.github.gchudnov.bscript.builder.util
Base26
BaseN
EqWrap
EqWrap
Gen
Gen
bscript-builder
/
com.github.gchudnov.bscript.builder
/
Builder
Builder
sealed
trait
Builder
Companion:
object
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
object
Builder
.type
Value members
Value members
Concrete methods
def
build
(
ast0:
AST
,
types:
Types
,
typeCheckLaws:
TypeCheckLaws
):
Either
[
Throwable
,
AstMeta
]