Skip to content
Snippets Groups Projects
Select Git revision
  • 9.0
  • master default protected
  • 8.0
  • 7.8
  • 7.6
  • 7.4
  • 7.2
  • 7.0
  • 0.6
  • rosuav/latex-markdown-renderer
  • rxnpatch/rxnpatch
  • marcus/gobject-introspection
  • rxnpatch/8.0
  • rosuav/pre-listening-ports
  • nt-tools
  • rosuav/async-annotations
  • rosuav/pgsql-ssl
  • rxnpatch/rxnpatch-broken/2023-10-06T094250
  • grubba/fdlib
  • grubba/wip/sakura/8.0
  • v8.0.1994
  • v8.0.1992
  • v8.0.1990
  • v8.0.1988
  • v8.0.1986
  • rxnpatch/clusters/8.0/2025-04-29T124414
  • rxnpatch/2025-04-29T124414
  • v8.0.1984
  • v8.0.1982
  • v8.0.1980
  • v8.0.1978
  • v8.0.1976
  • v8.0.1974
  • v8.0.1972
  • v8.0.1970
  • v8.0.1968
  • v8.0.1966
  • v8.0.1964
  • v8.0.1962
  • v8.0.1960
40 results

pike_compiler.h

Blame
    • Henrik (Grubba) Grubbström's avatar
      e021fe12
      Pike compiler mega patch. · e021fe12
      Henrik (Grubba) Grubbström authored
      Added predef::CompilerEnvironment, which is a wrapper for struct compilation.
      Moved the definition of struct compilation to the new header file "pike_compiler.h".
      The compilation struct is now contained in the current context in the current_object during compilation.
      The global variable lex is no more, it has moved into the compilation struct.
      Added enter_compiler() and exit_compiler().
      predef::compile() is now shorthand for predef::CompilerContext()->compile().
      
      Rev: src/builtin_functions.c:1.652
      Rev: src/compilation.h:1.35
      Rev: src/docode.c:1.197
      Rev: src/docode.h:1.20
      Rev: src/dynamic_load.c:1.90
      Rev: src/encode.c:1.263
      Rev: src/language.yacc:1.411
      Rev: src/las.c:1.406
      Rev: src/lex.c:1.121
      Rev: src/lex.h:1.36
      Rev: src/lexer.h:1.66
      Rev: src/module.c:1.52
      Rev: src/object.c:1.284
      Rev: src/operators.c:1.230
      Rev: src/pike_compiler.h:1.1
      Rev: src/pike_types.c:1.321
      Rev: src/program.c:1.660
      Rev: src/program.h:1.237
      e021fe12
      History
      Pike compiler mega patch.
      Henrik (Grubba) Grubbström authored
      Added predef::CompilerEnvironment, which is a wrapper for struct compilation.
      Moved the definition of struct compilation to the new header file "pike_compiler.h".
      The compilation struct is now contained in the current context in the current_object during compilation.
      The global variable lex is no more, it has moved into the compilation struct.
      Added enter_compiler() and exit_compiler().
      predef::compile() is now shorthand for predef::CompilerContext()->compile().
      
      Rev: src/builtin_functions.c:1.652
      Rev: src/compilation.h:1.35
      Rev: src/docode.c:1.197
      Rev: src/docode.h:1.20
      Rev: src/dynamic_load.c:1.90
      Rev: src/encode.c:1.263
      Rev: src/language.yacc:1.411
      Rev: src/las.c:1.406
      Rev: src/lex.c:1.121
      Rev: src/lex.h:1.36
      Rev: src/lexer.h:1.66
      Rev: src/module.c:1.52
      Rev: src/object.c:1.284
      Rev: src/operators.c:1.230
      Rev: src/pike_compiler.h:1.1
      Rev: src/pike_types.c:1.321
      Rev: src/program.c:1.660
      Rev: src/program.h:1.237