Skip to content

jyunrcaea/JyunoPrompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JyunoPrompt

Jyuno를 실행하기 위한 프로그램.
Jyuno 언어를 실행해볼수 있습니다.

실행

프롬프트

(아무런 인자 없이) 프로그램을 실행하면 됩니다.
image

파일

파일 경로를 인자로 넘겨 실행하세요.
image

추가된 명령어

(프롬프트에서만 제공됩니다.)

  • exit : 프롬프트를 나갑니다.
  • execute (파일 경로) : 파일을 실행합니다.
  • history : 지금까지 입력된 명령어를 반환합니다.
  • eval (명령어) : 명령을 실행합니다.
  • help : 기본적인 명령어에 대한 설명을 반환합니다.
  • (변수) .input : 입력 텍스트('>>>')를 수정할수 있습니다.
  • (변수) .return : 반환 텍스트('Return: {0}')를 수정할수 있습니다.
  • (변수) .error : 에러 텍스트('Error: {0}')를 수정할수 있습니다.

Releases

No releases published

Packages

No packages published

Languages