aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/token.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-02Don't use ref types for function referencesSamuel Lidén Borell1-0/+1
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-05-11Tokenizer: Fix error on unindented variable definitionSamuel Lidén Borell1-0/+1
2024-04-28Parser: Split error_prevtok for more accurate column numbersSamuel Lidén Borell1-0/+1
2024-03-21Use offsetof/size_t instead of uintptr_t where possibleSamuel Lidén Borell1-3/+4
2024-03-08Parser: Restrict where underscores can be usedSamuel Lidén Borell1-2/+9
2024-03-04Disallow com0/lpt0 as filenames. Add FIXME about max name/ident lengthSamuel Lidén Borell1-0/+1
2024-01-01Put since-versions first in struct/enum membersSamuel Lidén Borell1-3/+3
2023-12-28Remove unused DocComment token typeSamuel Lidén Borell1-1/+0
2023-09-17Use string hashcodes for source filenames and dependenciesSamuel Lidén Borell1-0/+2
2023-09-09Report style remark on CR newlinesSamuel Lidén Borell1-5/+11
2023-09-09Add error_char_offs as a substitute for error_char + pointer arithmeticSamuel Lidén Borell1-9/+18
2023-06-25Remove old comments / TODOsSamuel Lidén Borell1-2/+0
2023-05-27Support for multi-line comments with #{{ and #}}Samuel Lidén Borell1-0/+57
2023-05-14Basic checking of generic typesSamuel Lidén Borell1-0/+1
2023-04-29More improvements to error locations. Add check of .typeident syntaxSamuel Lidén Borell1-2/+1
2023-04-29Report errors at end-of-line at the correct locationSamuel Lidén Borell1-5/+15
2023-04-29Break out tokenization functions from parse.c to token.cSamuel Lidén Borell1-0/+1329