ARTS  1.0.222
Classes | Functions
parser.h File Reference
#include "token.h"

Go to the source code of this file.

Classes

class  MRecord
 Method runtime data. More...
 
class  SourceText
 A smart class to hold the text for parsing. More...
 

Functions

void parse_main (Array< MRecord > &tasklist, SourceText &text)
 The main function of the parser. More...
 

Function Documentation

◆ parse_main()

void parse_main ( Array< MRecord > &  tasklist,
SourceText text 
)

The main function of the parser.

This will parse the entire text. FIXME: Add more documentation here.

Parameters
tasklistOutput. The method runtime data that can be used to execute the methods.
textThe control text
Author
Stefan Buehler

Definition at line 1033 of file parser.cc.