Package | Description |
---|---|
org.rvpf.processor.engine.rpn |
RPN Engine.
|
Modifier and Type | Method and Description |
---|---|
Optional<Map<String,MacroDef>> |
RPNEngine.getMacroDefs(ProxyEntity proxyEntity)
Gets the macro instruction definitions.
|
Modifier and Type | Method and Description |
---|---|
Program |
RPNEngine.compile(String source,
Optional<Map<String,MacroDef>> macroDefs,
Optional<Map<String,Program>> wordDefs,
Logger logger)
Compile a Program from a source String.
|
Optional<Map<String,Program>> |
RPNEngine.getWordDefs(ProxyEntity proxyEntity,
Optional<Map<String,MacroDef>> macroDefs)
Gets the additional word definitions.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.