Skip to content
Snippets Groups Projects
Commit 96b0b342 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Prepare function evaluation mechanisms

- create a global function table, which will contain functions described by
  their domains mapping and their definition

- this table will be directly accessed by the id of the function which will be
  associated to the function variable. These ids will be stored as uint64_t (for
  the sake of simplicity) in the ASTNodeDataVariant, but use of a FunctionId
  type could be considered (cleaner approach) ...
parent 5d57361b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment