NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <string>
#include <vector>
#include <map>
#include <fstream>
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... | |