aboutsummaryrefslogtreecommitdiff
path: root/examples/embedding/hello-embed.c
AgeCommit message (Collapse)Author
2017-03-14examples/embedding: Place lexer constructor within NLR handler block.Damien George
The lexer constructor may now raise an exception and it needs to be caught.
2016-07-22examples/embedding: Example for embedding MicroPython in an app.Paul Sokolovsky