Development of an Intermediate Language Interpreter for Embedded Devices
摘要
In our previous research, we successfully implemented the fundamental functionalities of a hardware controlling paradigm based on state diagrams using the Arduino IDE and the Raspberry Pi Pico W. Building upon that work, we started the development of an interpreter for an intermediate language designed for representing the state diagrams. With the structure of the XML files serving as an intermediate language, we replaced the hard-coded definitions of the state diagram with a preconstructed file. Going forward, we aim to complete the development of an efficient and reliable interpreter, striving to enhance its performance and robustness.