Skip to content

Instantly share code, notes, and snippets.

View steveendow's full-sized avatar

Steve Endow steveendow

View GitHub Profile
@martonsagi
martonsagi / AL Language Analyzer Rules.md
Created March 25, 2021 15:00
AL Language Analyzer Rules
ID Title Severity Details
AL0100 Invalid Multiline Comment Error Unterminated multiline comment
AL0101 Invalid Decimal Literal Error Constant value '{0}' is outside the range for a Decimal
AL0102 Invalid Int64 Literal Error Constant value '{0}' is outside the range for a BigInteger
AL0103 Invalid Int32 Literal Error Constant value '{0}' is outside the range for an Integer
AL0104 Syntax Error Error Syntax error, '{0}' expected
AL0105 Identifier Expected K W Error Syntax error, identifier expected; '{1}' is a keyword
AL0106 For Statement To Or Down To Expected Error Syntax error, 'TO' or 'DOWNTO' expected
AL0107 Identifier Expected Error Syntax error, identifier expected