NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
syntax.hpp File Reference
#include <string>
#include <vector>
#include <map>
#include <fstream>
Include dependency graph for syntax.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SyntaxBlockDefinition
 A simple structure to define a syntax block for folding, etc. More...
 
class  NumeReSyntax
 This class contains all needed keywords to highlight their occurences correspondingly. It will pass them to the NumeReEditor instances. For the terminal, this class acts as lexer. It will also provide autocompletion lists to be used by both, the NumeReEditor instances and the terminal. More...