wxMaxima
Loading...
Searching...
No Matches
Data Structures
MaximaTokenizer.h File Reference

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>
Include dependency graph for MaximaTokenizer.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file declares the class Maximatokenizer.

Maximatokenizer breaks down maxima input to individual commands.