finesse.script.parser.KatParser

Overview

class finesse.script.parser.KatParser[source]

Bases: object

Kat script parser.

This uses so-called packrat parsing to reduce, via productions, tokens yielded from a token stream generated from an input file or string to KatScriptItem objects containing the associated tokens.

Properties

Methods