https://github.com/silverjun/silverjuninterpreter
Interpreter wrote in C++. this language for Flowchart Program
https://github.com/silverjun/silverjuninterpreter
Last synced: 17 days ago
JSON representation
Interpreter wrote in C++. this language for Flowchart Program
- Host: GitHub
- URL: https://github.com/silverjun/silverjuninterpreter
- Owner: SilverJun
- Created: 2016-06-02T11:24:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T11:23:18.000Z (about 10 years ago)
- Last Synced: 2025-08-31T17:45:45.662Z (10 months ago)
- Language: C++
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
Interpreter - Silverjun
- C++로 작성
- 재귀적 하향 구문 설계방식
- 인터프리터 패턴 사용(GoF Interpreter Pattern)
- 함수 구현(재귀함수 테스트 성공)
- 변수형 3가지 구현(int, float, string)
- 지역, 전역 변수 구분