Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

lexer.h

  • pohmelie's avatar
    81ebba7e
    py: add async/await/async for/async with syntax · 81ebba7e
    pohmelie authored
    They are sugar for marking function as generator, "yield from"
    and pep492 python "semantically equivalents" respectively.
    
    @dpgeorge was the original author of this patch, but @pohmelie made
    changes to implement `async for` and `async with`.
    81ebba7e
    History
    py: add async/await/async for/async with syntax
    pohmelie authored
    They are sugar for marking function as generator, "yield from"
    and pep492 python "semantically equivalents" respectively.
    
    @dpgeorge was the original author of this patch, but @pohmelie made
    changes to implement `async for` and `async with`.