aboutsummaryrefslogtreecommitdiff
path: root/language_description.md (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysmalloc: Return _, ESTACK instead of 0, ESTACKHEADmasterRunxi Yu1-4/+3
2025-01-03Behave well with HugoRunxi Yu1-1/+1
2024-12-11Error propagation clarificationRunxi Yu1-4/+6
return in the error block just feels wrong... Also let's just use func syntax to define functions for now, it's also easier to grep this way. Could change this later if really desired.
2024-12-11Use e² instead of $e^2$Runxi Yu1-2/+2
2024-12-11s/err/error/gRunxi Yu1-2/+2
2024-12-09Some changes, and some examples to start with for error propagationTest_User1-2/+31
2024-12-05Amend malloc example to not assume invalidity of zero pointersRunxi Yu1-6/+8
2024-12-05There is language-level support for tagged unions.Runxi Yu1-0/+1
2024-12-05New repo locations and file structureRunxi Yu1-8/+19
2024-12-05e2 in plain textRunxi Yu1-1/+1
2024-12-05e^2Runxi Yu1-2/+4
2024-12-05Overflow updateRunxi Yu1-2/+5
2024-12-05PandocRunxi Yu1-1/+4
2024-12-05More details about overflowRunxi Yu1-14/+32
2024-12-03Implicit type changesTest_User1-13/+17
2024-12-020x0 mehTest_User1-0/+1
2024-12-01No null termination (by default)Test_User1-0/+1
2024-12-01Optional manual stack freeingTest_User1-0/+3
2024-12-01Comment on integer overflow issues being detectable after the fact. Also, ↵Test_User1-1/+3
more powerful preprocessor mandatory.
2024-12-01Add a few more differences from CRunxi Yu1-0/+9
2024-11-30Fix a typoTest_User1-1/+1
2024-11-30Fix a typo, remove a wrong assertion, and write up a start for `nofail`Test_User1-6/+22
2024-11-30Fix a typoTest_User1-1/+1
2024-11-30README.md: Initial write-upRunxi Yu1-0/+73