Current Version: 1.0.33
Project Name: csspp
Namespaces
expression.cpp File Reference

Implementation of the CSS Preprocessor expression. More...

#include "csspp/expression.h"
#include "csspp/exception.h"
#include "csspp/parser.h"
#include "csspp/unicode_range.h"
#include <algorithm>
#include <cmath>
#include <iostream>
#include <snapdev/poison.h>
Include dependency graph for expression.cpp:

Go to the source code of this file.

Namespaces

namespace  csspp
 The namespace of all the classes in the CSS Preprocessor.
 

Detailed Description

The CSS Preprocessor expression class is used to reduce a list of nodes by applying expressions to the various values.

Expression Rules

The expression rules are as follow:

expr '+' expr
| expr '*' expr
| ...

TODO: determine what I meant to include in this section.

Definition in file expression.cpp.

Documentation of CSS Preprocessor.

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.