Parser class
The parser Works in a similar way to Forth's but with native string parsing so you don't need the space If it encounters a string, it is parsed Other input is split on whitespaces, each word is checked for compatibility with double if it parses, double is returned, otherwise it is treated as an identifier
Constructors
- Parser()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
String input) → Iterable -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited