Skip to content
Snippets Groups Projects
Select Git revision
  • 725b91e5d6710c25b8e5bd071fbff132f4c571dd
  • master default protected
  • dynare_lite
  • pylib
  • 5.x
  • wasm
  • julia
  • 4.6
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-6.2.0
  • created_preprocessor_repo
13 results

preprocessor

Forked from Dynare / preprocessor
Source project has a limited visibility.
Sébastien Villemot's avatar
Sébastien Villemot authored
- store objects whose persistence is not guaranteed (e.g. strings) as values
  instead of references (to avoid possible segfaults)
- on the contrary, always store the SymbolTable as a reference, since its
  persistence is guaranteed, and we don't want to copy it
- use pass-by-value in constructors whenever possible
- remove useless const keyword when passing by value
725b91e5
History
Name Last commit Last update