An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Interpreter - Silverjun

- C++로 작성

- 재귀적 하향 구문 설계방식

- 인터프리터 패턴 사용(GoF Interpreter Pattern)

- 함수 구현(재귀함수 테스트 성공)

- 변수형 3가지 구현(int, float, string)

- 지역, 전역 변수 구분