Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
ParserBase.h File Reference
#include <span>
#include "donner/base/ParseResult.h"
Include dependency graph for ParserBase.h:

Classes

class  donner::parser::ParserBase
 Base class for parsers, containing common functionality such as maintaining the current parse location, skipping whitespace, and parsing numbers. More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
namespace  donner::parser
 Parsers for shared data types such as NumberParser and LengthParser.