Skip to content
  • Christian Hergert's avatar
    expr-scanner.l: use @ to escape reserved words · b75b466c
    Christian Hergert authored
    Without this, you can't call a function called "require" on a GObject as
    the require keyword would have higher priority. To use the reserved keyword
    you can now instead use the following, similar to C♯.
    
    obj.@require(args)
    b75b466c