Package dev.zemco.codegame.compilation.parsing
package dev.zemco.codegame.compilation.parsing
Components related to parsing of raw instructions.
- Author:
- Erik Zemčík
- See Also:
-
ClassDescriptionAbstract base for
instruction parsersparsing a single namedinstructionencoded with parameters separated by whitespace.Implementation of aninstruction parserthat delegates parsing to other provided parsers.Parses a namedinstructionwith a single address parameter by requesting it from a backingfactory.Parses a namedinstructionwith a single integer parameter by requesting it from a backingfactory.Producesinstructionsfrom a singleintegerparameter.Parses a namedinstructionwith a single parameter by requesting it from a backingfactory.Producesinstructionsfrom a singlestringparameter.Parsesinstructionsencoded instrings.Thrown when parsing of aninstructionfails.Parses a namedinstructionwithout parameters by requesting it fromsupplier.