aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/hash.h
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-04-13Remove cli/gui distinction. Make \name and \type optional for appsSamuel Lidén Borell1-3/+1
2024-03-08Use SlulApp.main as the entry point. Implicitly depend on slulrtSamuel Lidén Borell1-0/+5
2023-09-17Fix identifier/keyword hash functionSamuel Lidén Borell1-104/+104
2023-09-17Check hashcodes before using memcmpSamuel Lidén Borell1-0/+16
2023-08-11Use namespace prefix in include guardsSamuel Lidén Borell1-2/+2
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-05-14Basic checking of generic typesSamuel Lidén Borell1-0/+1
2023-04-15Add pointer operators: deref, refto, ref_is, ref_is_notSamuel Lidén Borell1-0/+4
2023-04-08Improve error messages in declarationsSamuel Lidén Borell1-0/+2
2022-10-30Constant evaluation of integer arithmetic. Parsing of "mod" keywordSamuel Lidén Borell1-0/+1
2022-08-14Regenerate hash.h to remove negative "unsigned" numbersSamuel Lidén Borell1-21/+21
2022-07-02Remove unused keywords from print_hashes/hash.hSamuel Lidén Borell1-2/+0
2022-06-15Remove support for multi-versioned symbols. Change syntax to "since X"Samuel Lidén Borell1-0/+2
2022-05-22Use keywords for true/false instead of .true/.false typeidentsSamuel Lidén Borell1-0/+2
2022-04-10Fix/improve descriptions of source filesSamuel Lidén Borell1-1/+5
2022-03-19Parsing of methods (part 1)Samuel Lidén Borell1-0/+1
2022-01-29Pre-compute string hashesSamuel Lidén Borell1-20/+87
2022-01-29Optimize compile-time computed hashesSamuel Lidén Borell1-18/+18
2021-12-07Add likely/unlikely tags to branch expressions in parserSamuel Lidén Borell1-2/+2
2021-08-14Parsing of \\interface_dependsSamuel Lidén Borell1-0/+5
2021-08-01Replace "slulbuild.conf" with a header in a "main.slul" fileSamuel Lidén Borell1-0/+7
2021-03-27Use hashcode to look up section and attributes namesSamuel Lidén Borell1-1/+3
2021-03-10Add basic file read loop + unit tests of failuresSamuel Lidén Borell1-0/+41