C# 클래스 JSBasic.Compiler.JavaScriptGenerator

Generates JavaScript code from BASIC source code.
파일 보기 프로젝트 열기: danielflower/JSBasic

공개 메소드들

메소드 설명
Generate ( string sourceCode ) : CompileResult

Generates JavaScript based on BASIC source code, and returns a CopmileResult object containing the compiled source code if successful, or otherwise error messages.

비공개 메소드들

메소드 설명
SetLineTypes ( ProgramNode rootNode ) : string

메소드 상세

Generate() 공개 정적인 메소드

Generates JavaScript based on BASIC source code, and returns a CopmileResult object containing the compiled source code if successful, or otherwise error messages.
public static Generate ( string sourceCode ) : CompileResult
sourceCode string
리턴 CompileResult