libmya 0.1.0
Library to parse Mya language.
|
#include <stdlib.h>
#include "types/ast.h"
#include "types/keywords.h"
#include "types/operators.h"
#include "version.h"
Go to the source code of this file.
Variables | |
const char * | mya_version = VERSION |
const char * | mya_keywords [] |
const char * | mya_operators [] |
const char * | mya_token_types [] |
const char * | mya_node_types [] |
const char* mya_keywords[] |
Definition at line 10 of file globals.c.
const char* mya_node_types[] |
Definition at line 57 of file globals.c.
const char* mya_operators[] |
const char* mya_token_types[] |
Definition at line 36 of file globals.c.