Carp/docs
Tim Dévé da25a255e9
feat: Adds flag to always output C id with headerparse (#1353)
Adds -c|--emitcname flag to headerparse to always emit the C identifier
in `register` definitions (useful when the register will be in a
module).

Fixes a bug where the kebab case flag would not output C identifiers
making the emitted C identifiers not match with the ones in the headers.

Adds docs entry about headerparse in CInterop doc.

Makes headerparse emit `CChar` instead of `Char` when encountering a
signature containing `char`.
2021-11-03 09:09:26 +01:00
..
core feat: Emit docs for top level bindings (#1253) 2021-06-28 19:56:59 +02:00
sdl feat: Emit docs for top level bindings (#1253) 2021-06-28 19:56:59 +02:00
carp_on_arduboy.jpg PR: additional local documentation as html (#1229) 2021-05-31 10:15:09 +02:00
CInterop.md feat: Adds flag to always output C id with headerparse (#1353) 2021-11-03 09:09:26 +01:00
compiler-passes.drawio docs: add diagrams 2020-04-17 17:27:43 +02:00
compiler-passes.svg docs: add diagrams 2020-04-17 17:27:43 +02:00
Contributing.md chore: Creates pre-commit hook to format Haskell code (#1047) 2020-12-05 14:26:28 +01:00
Derive.md feat: Derive (#1120) 2021-01-15 10:48:34 +01:00
Drop.md feat: Add drop interface (#1088) 2021-01-31 21:15:10 +01:00
DynamicSemantics.md docs: fix some typos and minor grammatical errors 2020-07-26 08:30:37 +10:00
Embedded.md PR: additional local documentation as html (#1229) 2021-05-31 10:15:09 +02:00
Format_Strings.md docs: don’t confuse liquid (#1152) 2021-01-26 13:21:20 +01:00
hacking.md docs: fix some typos and minor grammatical errors 2020-07-26 08:30:37 +10:00
HowToRunCode.md docs: Clarifications 2020-11-24 06:45:51 +01:00
index.md PR: additional local documentation as html (#1229) 2021-05-31 10:15:09 +02:00
Install.md Update Install.md (#1324) 2021-10-11 16:02:33 +02:00
LanguageGuide.md feat: add compiler error on maximum sumtype constructors (#1319) 2021-09-18 08:49:19 +02:00
Libraries.md PR: additional local documentation as html (#1229) 2021-05-31 10:15:09 +02:00
Macros.md docs: fix typo in Macros.md (#1331) 2021-10-12 17:52:24 +02:00
Manual.md docs: A document about running code (#1013) 2020-11-24 06:40:31 +01:00
Memory.md docs: Updates memory docs to discourage overriding delete (#1245) 2021-06-15 10:42:13 +02:00
Multimedia.md fix: Level of heading 2020-11-20 08:25:20 +01:00
patterns.md Fix link to Memory.md in patterns.md (#1073) 2020-12-16 10:09:00 +01:00
Quasiquotation.md feat: Quasiquotation (#1129) 2021-01-15 10:50:04 +01:00
ReleaseChecklist.md build: 0.5.2 2021-09-08 19:59:00 +02:00
Terminology.md docs: fix some typos and minor grammatical errors 2020-07-26 08:30:37 +10:00
Tooling.md refactor: Move emacs-mode to separate repo (#981) 2020-11-20 07:48:21 +01:00