This project is to read data in JSON format and process JSON dataset to solve problems.
Code Lexer, Parser, and Eval files from scratch and call them to process JSON data file from the Center for Disease Control
(CDC) to check increasing pattern.
CONCLUSION: The program runs well and returns results successfully.
This project is to implement a small language in Racket.
Code Lexer, Parser, and Eval files from scratch and call them to plot different figures with customized scale.
CONCLUSION: The program runs well. Participants get familiar with customizing programming language.