Description: A simple interpreter, there are three data types: int, float, string. Support+- ×/and print functions. Although small, but has a strong reference value, easy to extend
To Search:
File list (Check if you may need any files):
interpreter\example.txt
...........\interpreter\basic_io.c
...........\...........\basic_io.h
...........\...........\expression.c
...........\...........\expression.h
...........\...........\interpreter.sln
...........\...........\interpreter.suo
...........\...........\interpreter.vcxproj
...........\...........\interpreter.vcxproj.filters
...........\...........\interpreter.vcxproj.user
...........\...........\main.c
...........\interpreter.exe
...........\readme.txt
...........\interpreter
interpreter