aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/tokencase.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-02Don't use ref types for function referencesSamuel Lidén Borell1-0/+3
2023-12-30Put since-versions first in top-levels declarationsSamuel Lidén Borell1-1/+0
2023-12-28Remove unused DocComment token typeSamuel Lidén Borell1-3/+1
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-05-14Basic checking of generic typesSamuel Lidén Borell1-0/+2
2023-04-30Fix parsing of deref at beginning of linesSamuel Lidén Borell1-2/+4
2023-04-15Add pointer operators: deref, refto, ref_is, ref_is_notSamuel Lidén Borell1-1/+9
2022-10-30Constant evaluation of integer arithmetic. Parsing of "mod" keywordSamuel Lidén Borell1-1/+3
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-06-15Require UpperCase for types and lower_case for funcs/dataSamuel Lidén Borell1-1/+3
2022-06-15Remove support for multi-versioned symbols. Change syntax to "since X"Samuel Lidén Borell1-1/+3
2022-05-22Use keywords for true/false instead of .true/.false typeidentsSamuel Lidén Borell1-2/+8
2022-05-03Simplify syntax for void functions (remove "-> void")Samuel Lidén Borell1-1/+0
2022-05-01Simplify syntax for private types (remove "= private")Samuel Lidén Borell1-2/+0
2022-03-19Parsing of methods (part 1)Samuel Lidén Borell1-1/+4
2021-12-25Optimize parsing of expressionsSamuel Lidén Borell1-2/+3
2021-12-11Parsing of private typesSamuel Lidén Borell1-0/+2
2021-12-05Parsing of lifetime specifiers (part 1)Samuel Lidén Borell1-0/+3
2021-10-31Parsing of identifiers with versions (part 1)Samuel Lidén Borell1-0/+1
2021-10-03Parsing of version tokensSamuel Lidén Borell1-1/+5
2021-07-18Compile with more warning options, and fix found bugsSamuel Lidén Borell1-0/+14
2021-07-16Parsing of type qualifiers + basic testsSamuel Lidén Borell1-5/+6
2021-07-10Parsing of "subcase" + fix "switch" scoping bugSamuel Lidén Borell1-0/+1
2021-06-29Fix some -Weverything warningsSamuel Lidén Borell1-0/+47
2021-05-16Basic parsing of expressionsSamuel Lidén Borell1-18/+26
2021-04-29Beginning of toplevel parsingSamuel Lidén Borell1-0/+157