amath  1.8.5
Simple command line calculator
kword.h File Reference

Keywords used by lexer. More...

#include "amath.h"
#include "amathc.h"
#include "main/symbol.h"
Include dependency graph for kword.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  keyworddef
 Character representation of keyword tied with its symbol. More...
 

Variables

static const keyworddef keywords []
 

Detailed Description

Keywords used by lexer.

Definition in file kword.h.

Variable Documentation

◆ keywords

const keyworddef keywords[]
static

Definition at line 55 of file kword.h.

Referenced by Language::FindKeyword(), Lexer::FindKeyword(), and Language::Language().