Error detection and reporting in StarLogo Nova block-based programming language
Author(s)
Belland, Michael D.
Download1127391402-MIT.pdf (1014.Kb)
Other Contributors
Massachusetts Institute of Technology. Department of Electrical Engineering and Computer Science.
Advisor
Eric Klopfer.
Terms of use
Metadata
Show full item recordAbstract
StarLogo Nova is a program where users can create 3D games and simulations by connecting drag-and-drop blocks to create programs. Although the structure of the blocks prevents a class of syntax errors common with typed languages, there is no system in place to catch semantic errors like type errors that most compilers detect. Further, errors that occur during the runtime of the program fail silently, providing the user with no feedback about how to prevent the error and sometimes causing unexpected behavior. In this thesis, the author implements a semantic analysis pass to the StarLogo Nova compiler, as well as other debugging-related features, to improve compile time and runtime error reporting and to give users meaningful feedback about their programs.
Description
This electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections. Thesis: M. Eng., Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science, 2019 Cataloged from student-submitted PDF version of thesis. Includes bibliographical references (page 59).
Date issued
2019Department
Massachusetts Institute of Technology. Department of Electrical Engineering and Computer SciencePublisher
Massachusetts Institute of Technology
Keywords
Electrical Engineering and Computer Science.