wxMaxima
|
This file declares the class Maximatokenizer. More...
#include <utility>
#include <vector>
#include <memory>
#include <wx/wx.h>
#include <wx/string.h>
#include <wx/arrstr.h>
#include "precomp.h"
#include "cells/TextStyle.h"
#include "Configuration.h"
#include <unordered_map>
Go to the source code of this file.
Data Structures | |
class | MaximaTokenizer |
Maximatokenizer breaks down maxima input to individual commands. More... | |
class | MaximaTokenizer::Token |
A maxima code snippet from this tokenizer. More... | |
This file declares the class Maximatokenizer.
Maximatokenizer breaks down maxima input to individual commands.