Search found 1 match

by chester20080
Tue Jan 15, 2019 3:13 pm
Forum: General Discussion and Questions
Topic: Micropython Syntax Analysis
Replies: 3
Views: 2182

Micropython Syntax Analysis

Hello to everyone, Background: I have a Micropython port running on a custom STM32F4 microcontroller board. The python script to be executed is loaded into the filesystem, and pyexec_file parses, compiles and executes the script. There is no REPL console. Question: In case of any python syntax error...