Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • python-codegen
  • 6.x protected
  • llvm-15
  • julia-6.4.0
  • julia
  • julia-meson
  • 5.x protected
  • julia-6.3.0
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-6.2.0
  • created_preprocessor_repo
15 results

SymbolTable.cc

  • Sébastien Villemot's avatar
    7280c926
    Use variant semantic values in the Bison parser · 7280c926
    Sébastien Villemot authored
    We can therefore manipulate objects by value rather than by pointers, which
    saves a lot of memory manipulations (and avoid potential segfaults and memory
    leaks).
    
    Note that there is no default action ("$$ = $1") when using the variant type,
    so we add them explicitly.
    7280c926
    History
    Use variant semantic values in the Bison parser
    Sébastien Villemot authored
    We can therefore manipulate objects by value rather than by pointers, which
    saves a lot of memory manipulations (and avoid potential segfaults and memory
    leaks).
    
    Note that there is no default action ("$$ = $1") when using the variant type,
    so we add them explicitly.