COMMITS
/ src/docs.cpp March 19, 2024
G
Serialize errors to make them sortable, deterministic, and generally more control
gingerBill committed
January 18, 2023
G
Improve `odin doc` string printing (Fixes #2246)
gingerBill committed
January 14, 2023
G
Minimize `StringMap` structure usage
gingerBill committed
December 18, 2022
G
Remove dead code in the compiler
gingerBill committed
G
`gb_internal` to docs and other auxiliary files
gingerBill committed
December 9, 2022
G
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill committed
January 17, 2022
G
Correct odin doc comment printing
gingerBill committed
August 19, 2021
G
Remove unused code
gingerBill committed
April 18, 2021
November 18, 2020
November 17, 2020
G
Minor fixes
gingerBill committed
G
Ignore `+build` flags in packages comments with `odin doc`
gingerBill committed
G
Improve file doc logic
gingerBill committed
G
Fix parser logic for first comment group line in a file
gingerBill committed
G
Improve flags for `odin doc`
gingerBill committed
G
Basic `odin doc` support
gingerBill committed
G
Improve flag handling to check for invalid uses
gingerBill committed
G
Add `-show-unused-with-location`
gingerBill committed
June 17, 2018
G
Big renaming: `AstNode` to `Ast`
gingerBill committed
May 21, 2018
G
Parse directories to be packages
gingerBill committed
September 10, 2017
G
Allow for multiple library collections; Store AstFile as pointer
Ginger Bill committed
August 27, 2017
G
Remove () grouping for `foreign_library`
Ginger Bill committed
G
Replace `import_load` with `using import .`
Ginger Bill committed
July 6, 2017
G
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill committed
June 28, 2017
G
:: style procedure declarations; remove old parsing code
Ginger Bill committed
June 26, 2017
G
Remove `let`
Ginger Bill committed
June 18, 2017
G
Barebones layout for the documentation declarations
Ginger Bill committed
G
Add docs.cpp
Ginger Bill committed