chomik 0.2.1
experimental and minimalistic programming language
|
My name is Pawel Biernacki.
I am a software engineer.
This site is my hobby project.
#include <chomik.h>
Public Member Functions | |
dictionary_of_identifiers (const std::string &d) | |
int | get_identifier_index (const std::string id) |
const std::string | get_identifier_by_index (int index) const |
This is a dictionary of identifiers. It is used only to minimize the memory usage of the identifier name items.
|
inline |
const std::string chomik::dictionary_of_identifiers::get_identifier_by_index | ( | int | index | ) | const |
int chomik::dictionary_of_identifiers::get_identifier_index | ( | const std::string | id | ) |