0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Lexer saves relative LineOffset of a Token, too More... almost 10 years ago
fixed EOF bug in Lexer, when nothing was loaded More... almost 10 years ago
another off by one fix when parsing comments in Lexer More... almost 10 years ago
fixed parsing of SingleLineComment in Lexer More... almost 10 years ago
aded LineOffset-Correction for CharLiterals in NewToken, as we skipped the first and last quote and excluded them fron the content More... almost 10 years ago
Fixed bug in ParseIdentifier. Last NextChar was called to early, causing FPos being off by one in NewToken More... almost 10 years ago
Lexer saves LineOffset of a Token More... almost 10 years ago
compilerutil nolonger adds pas extension to name More... about 11 years ago
Assembler now uses previous and not current lexertoken to determine errorline More... about 11 years ago
GetChar again returns just 0 in case of overshooting More... about 11 years ago
added versionfile More... about 11 years ago
Fixed minor error in Parsing the vars names list, as it outputted an irritating errormessage More... about 11 years ago
dummycollection can provide a dummy based on the type More... about 11 years ago
Added DummyCollection to provide dummyinstances at compiletime on errors and changed some fatals to errors More... about 11 years ago
Fixed parser not resetting completely More... about 11 years ago
PeekCompile now resets results More... about 11 years ago
previous optimizer fix to prevent pushpop screwup prevented to much, even correct cases More... about 11 years ago
fixed av, for not checking on assigned and proccal can ignore result now(fixed screwd up stack) More... about 11 years ago
Units are splitted into interface and implementation parts like usual pascal files(supports ahead declaration in interface) More... about 11 years ago
changed getelement method in Tcodelement to allow other lists More... about 11 years ago
added lengthfield to array declaration More... over 11 years ago
added property to datatype which evaluates if its a static array or not More... over 11 years ago
parser now throws error if name of arraytape does not match More... over 11 years ago
assignment now copies arraydata More... over 11 years ago
some refactorings and fixes More... over 11 years ago
fixed compilerutil generating source, even if compilation failed More... over 11 years ago
Assignments can now handle arrays More... over 11 years ago
fixed footersource breaking mapping More... over 11 years ago
ProcDeclaration skips mapping for prolog when no prolog is added More... over 11 years ago
Strings are now build as PascalSTring and can be treated like arrays. Fixed Problem with parameters using wrong indices on register j More... over 11 years ago