Piethon  1.0
A Python-like interpreter using flex and bison.
Classes | Variables
exception.h File Reference
#include "number.h"
Include dependency graph for exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParseException
 
class  DivideByZero
 
class  ModByZero
 
class  FloatingPointMod
 
class  UnknownType
 
class  ParameterMismatch
 
class  UnboundIdentifier
 
class  UndefinedFunction
 
class  ReturnStatementOutsideOfFunction
 
class  ReturnValue
 

Variables

int yylineno
 

Variable Documentation

◆ yylineno

int yylineno