C# (CSharp) Boo.Lang.Parser 네임스페이스

중첩된 네임스페이스

Boo.Lang.Parser.Tests

클래스들

이름 설명
BooExpressionLexerTokenTypes
BooLexer
BooParser
BooParserBase
BooParsingStep Step 1. Parses any input fed to the compiler. Parsing behaviour can be customized by providing a specific ParserSettings instance through CompilerParameters.Environment.
BooToken A token that stores filename information.
BooToken.BooTokenCreator
BooTokenTypes
DocStringFormatter
PrimitiveParser
SourceLocationFactory
WSABooParser With this parser indentation is not used as a block delimiter but COLON end. class Foo: def foo(): print 'Hello' end end
WSABooParsingStep