Implementation of the CSS Preprocessor lexer. More...
#include "csspp/lexer.h"#include "csspp/exception.h"#include "csspp/unicode_range.h"#include <cmath>#include <cstdio>#include <iostream>
Go to the source code of this file.
| Namespaces | |
| namespace | csspp | 
| The namespace of all the classes in the CSS Preprocessor. | |
The CSS Preprocessor lexer is based on the CSS 3 lexer with extensions to also support the SASS syntax. For example, a lone '&' is supported by our lexer as a reference to the outter selectors in order to write an expression such as:
There are a few other extensions too, such as support for C++ comments.
Definition in file lexer.cpp.
Documentation of CSS Preprocessor.
This document is part of the Snap! Websites Project.
Copyright by Made to Order Software Corp.