amath  1.8.5
Simple command line calculator
keyworddef Struct Reference

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

#include <kword.h>

Public Attributes

int id
 
Symbol symbol
 
const char * name
 

Detailed Description

Character representation of keyword tied with its symbol.

Definition at line 48 of file kword.h.

Member Data Documentation

◆ id

int keyworddef::id

Definition at line 50 of file kword.h.

◆ name

const char* keyworddef::name

Definition at line 52 of file kword.h.

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

◆ symbol

Symbol keyworddef::symbol

Definition at line 51 of file kword.h.

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


The documentation for this struct was generated from the following file: