# COMPractice **Repository Path**: whosejam/compractice ## Basic Information - **Project Name**: COMPractice - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-12-27 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README a simple interpreter ### design source code -> tokens -> expression tokens & expression -> statement for every statement there is an "execute" method ### grammar there are examples in the dir of ./example the grammar is kind of a mixtrue of C and javaScript ### usage use "make" to build the program executable file is named as "test" ./test filepath for example : ./test ./example/helloWorld.txt