What AugStore and AugLoad AST nodes are?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • franck

    #1

    What AugStore and AugLoad AST nodes are?

    Dear all,

    I'm experimenting with new ast module.
    I'd like to have pieces of code that can generate AugLoad and AugStore
    AST nodes.
    Indeed, I actually do not know what they correspond to.

    Thanks for any help!
    Franck
  • Benjamin

    #2
    Re: What AugStore and AugLoad AST nodes are?

    On Oct 6, 7:00 am, franck <pommer...@un iv-paris12.frwrote :
    Dear all,
    >
    I'm experimenting with new ast module.
    I'd like to have pieces of code that can generate AugLoad and AugStore
    AST nodes.
    Indeed, I actually do not know what they correspond to.
    They aren't used by the current implementation.
    >
    Thanks for any help!
    Franck

    Comment

    • franck

      #3
      Re: What AugStore and AugLoad AST nodes are?

      They aren't used by the current implementation.

      OK, thanks!

      Franck

      Comment

      Working...