#include <stdlib.h>
#include "types/ast.h"
#include "types/keywords.h"
#include "types/mir.h"
#include "types/operators.h"
#include "version.h"
Go to the source code of this file.
◆ mya_keywords
const char* mya_keywords[] |
Initial value:
Definition at line 11 of file globals.c.
◆ mya_node_types
const char* mya_node_types[] |
Initial value:
Definition at line 65 of file globals.c.
◆ mya_operators
const char* mya_operators[] |
Initial value:
Definition at line 22 of file globals.c.
◆ mya_token_types
const char* mya_token_types[] |
Initial value:
Definition at line 44 of file globals.c.
◆ mya_types
Initial value:
Definition at line 37 of file globals.c.
◆ mya_version