C# Class Purity.Compiler.Keywords

Show file Open project: paf31/Purity

Public Properties

Property Type Description
KeywordList string[]

Public Methods

Method Description
IsKeyword ( string s ) : bool
IsNotKeyword ( string s ) : bool

Method Details

IsKeyword() public static method

public static IsKeyword ( string s ) : bool
s string
return bool

IsNotKeyword() public static method

public static IsNotKeyword ( string s ) : bool
s string
return bool

Property Details

KeywordList public static property

public static string[] KeywordList
return string[]