6typedef union YYSTYPE YYSTYPE;
7typedef struct lloc YYLTYPE;
13 class tokenDispatcher;
33 using tokenScanable::onScan;
Interface for objects that can be cloned.
Definition clonable.hpp:13
Indentation-aware token scanning mode.
Definition tokenScan.hpp:60
Base class for all managed instances in memlite system.
Definition instance.hpp:41
Normal token scanning mode.
Definition tokenScan.hpp:43
Parser for byeol language source code.
Definition parser.hpp:126
Base class for token scanning strategies.
Definition tokenScan.hpp:29
Interface for token scanning functionality.
Definition tokenScanable.hpp:19
Weak reference smart pointer with type-safe access.
Definition tweak.hpp:16
Interface for objects that can provide their type information.
Definition typeProvidable.hpp:13