aboutsummaryrefslogtreecommitdiff
path: root/docs/language_manual
AgeCommit message (Expand)AuthorFilesLines
2020-08-16Add "char" typeSamuel Lidén Borell1-0/+1
2020-07-05Add "with" to switch-case statement, to track which case was matchedSamuel Lidén Borell1-4/+21
2017-09-01Add various TODOs and commentsSamuel Lidén Borell1-0/+2
2017-08-30Docs: Partially fix an exampleSamuel Lidén Borell1-4/+5
2017-08-17C backend: Implement non-scalar switch statementSamuel Lidén Borell1-5/+4
2017-08-14Verifier: Fix comparison against expressions of ambigiuous typeSamuel Lidén Borell1-2/+1
2016-04-17Docs: Sort list of available statementsSamuel Lidén Borell1-36/+36
2016-04-17Parser: Add "unreachable" statementSamuel Lidén Borell1-0/+11
2016-04-16Docs: Fix typo and add note about assert statementSamuel Lidén Borell1-1/+3
2016-04-16Docs: Document the assert statementSamuel Lidén Borell1-0/+11
2016-04-16Docs: Improve the language manual and add more TODOsSamuel Lidén Borell3-23/+44
2016-02-16Docs: Add tips and tricksSamuel Lidén Borell1-0/+21
2016-02-16Docs: Add some notes and fixmesSamuel Lidén Borell2-0/+12
2015-07-05String: Require /* and */ to be escaped in stringsSamuel Lidén Borell1-0/+2
2015-03-01Docs: Fix layout of floating point typesSamuel Lidén Borell1-13/+14
2015-03-01Docs: Started to document the type systemSamuel Lidén Borell1-0/+223
2015-02-26Docs: Document more expressionsSamuel Lidén Borell1-17/+287
2015-02-25Docs: Misc. fixes and clarificationsSamuel Lidén Borell2-6/+12
2015-02-25Docs: Describe how identifiers (and namespaces) workSamuel Lidén Borell2-8/+87
2015-02-25Docs: Clarify the text about type identifiersSamuel Lidén Borell1-4/+6
2015-02-25Docs: Describe the remaining value expressionsSamuel Lidén Borell1-8/+46
2015-02-25Docs: Trailing commas in array literals are allowedSamuel Lidén Borell1-0/+10
2015-02-24Docs: Array literalsSamuel Lidén Borell1-1/+13
2015-02-24Docs: Started writing about exprsSamuel Lidén Borell1-0/+136
2015-02-22Docs: Remove TODO which wasn't a problemSamuel Lidén Borell1-2/+0
2015-02-22Docs: Move old notes and start working on fresh documentationSamuel Lidén Borell2-0/+684