User Tools

Site Tools


errors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
errors [2020/02/20 17:50]
jtwine
errors [2020/02/20 18:04]
jtwine [Parser Errors]
Line 9: Line 9:
 ^ Syntax error, expected: %%;%% ^ The line in question or the line above it is missing the statement terminator, which is a semicolon, or an invalid character was present in a label or program name.^ ^ Syntax error, expected: %%;%% ^ The line in question or the line above it is missing the statement terminator, which is a semicolon, or an invalid character was present in a label or program name.^
 ^ Syntax error, expected: DisplayString ^ The ''​Display''​ statement expects a quoted string but something else was provided instead. ^ ^ Syntax error, expected: DisplayString ^ The ''​Display''​ statement expects a quoted string but something else was provided instead. ^
-^ Strings used in Display and Serial statements cannot be longer than 32 printed characters ^ The ''​Display''​ and ''​Serial''​ statements in 10LC limit the string to 32 //printed// characters. ^+^ Strings used in Display and Serial statements cannot be longer than 32\\ printed characters ^ The ''​Display''​ and ''​Serial''​ statements in 10LC limit the string to 32 //printed// characters. ^
 ^ Invalid character: %%' " '%% ^ If this error is shown at the start of the quoted string for a ''​Display''​ or ''​Serial''​ statement, it actually means the quoted string contains at least one unsupported character. ^ ^ Invalid character: %%' " '%% ^ If this error is shown at the start of the quoted string for a ''​Display''​ or ''​Serial''​ statement, it actually means the quoted string contains at least one unsupported character. ^
-^ Syntax error, expected: RegName, Symbol, IntegerValue,​ Not, And, Or, ShiftL, ShiftR, Increment, Decrement, Goto ^ This usually means that an unexpected comparison operator or symbol was encountered in an ''​If''​ expression. ^ +^ Syntax error, expected: RegName, Symbol, IntegerValue,​ Not, And, Or,\\  ​ShiftL, ShiftR, Increment, Decrement, Goto ^ This usually means that an unexpected comparison operator or symbol was encountered in an ''​If''​ expression. ^ 
-^ Syntax error, expected: SetupBeep, SetupInteractiveErrors,​ SetupEnableFL,​ SetupLineSize,​ SetupNewline,​ SetupPod, SetupXOn, SetupXOff, SetupPodTimeout,​ SetupTraps, Program, Read, Write, WriteCtrl, Learn, Alias, Const, Global, RegName, Symbol, Increment, Decrement, Execute, SetupMemMap,​ Display, AutoTest, BusTest, LongRAMTest,​ ShortRAMTest,​ ROMTest, IOTest, Not, Ramp, Walk, ToggleAddress,​ ReadProbe, ReadTape, WriteTape, ToggleData, ToggleCtrl, ReadStatus, Stop, RunUUT, LabelMarker,​ Goto, If, Sync, Setup, Delay, Fill, FillRamp, Serial, ShiftL, ShiftR, CompilerDirective,​ Equals, AndEquals, OrEquals, ShiftLEquals,​ ShiftREquals ^ This is a long error saying that you simply doubled a semicolon somewhere or used a keyword/​statement that does not exist in 10LC. ^+^ Syntax error, expected: SetupBeep, SetupInteractiveErrors,​\\ SetupEnableFL,​ SetupLineSize,​ SetupNewline,​ SetupPod,\\ SetupXOn, SetupXOff, SetupPodTimeout,​ SetupTraps,\\ Program, EndProgram, Read, Write, WriteCtrl, Learn,\\ Alias, Const, Global, RegName, Symbol, Increment,\\ Decrement, Execute, SetupMemMap,​ Display, AutoTest, BusTest,\\ LongRAMTest,​ ShortRAMTest,​ ROMTest, IOTest, Not, Ramp, Walk,\\ ToggleAddress,​\\ ReadProbe, ReadTape, WriteTape, ToggleData, ToggleCtrl,\\ ReadStatus, Stop, RunUUT, LabelMarker,​ Goto, If, Sync, Setup,\\ Delay, Fill, FillRamp, Serial, ShiftL, ShiftR, CompilerDirective,​ Equals, AndEquals, OrEquals, ShiftLEquals,​ ShiftREquals ^ This is a long error saying that you simply doubled a semicolon somewhere or used a keyword/​statement that does not exist in 10LC. ^
 ^ Syntax error, expected: Repeat, Loop, ;, Into ^ A statement has an unsupported value in it. ^ ^ Syntax error, expected: Repeat, Loop, ;, Into ^ A statement has an unsupported value in it. ^
  
errors.txt · Last modified: 2020/04/12 10:48 by jtwine