gingerBill
|
c1f5be24e2
Remove dead code in the compiler
|
2 years ago |
gingerBill
|
66ce990e0b
`gb_internal` to docs and other auxiliary files
|
2 years ago |
gingerBill
|
34a048f7da
Replace compiler for loops for the hash-table types to simplify code usage
|
2 years ago |
gingerBill
|
686dbb4421
Correct odin doc comment printing
|
3 years ago |
gingerBill
|
7845769d4b
Remove unused code
|
4 years ago |
gingerBill
|
2f1c896290
Add `-doc-format` command for the new .odin-doc file format (to be used to generate documentation tools)
|
4 years ago |
gingerBill
|
9408eb9580
Update `odin doc` to support multiple package outputs by passing multiple paths; Replace `-all` with `-short`
|
4 years ago |
gingerBill
|
11577db6a8
Minor fixes
|
4 years ago |
gingerBill
|
ede25a88f8
Ignore `+build` flags in packages comments with `odin doc`
|
4 years ago |
gingerBill
|
d730c5b334
Improve file doc logic
|
4 years ago |
gingerBill
|
34ca4e92eb
Fix parser logic for first comment group line in a file
|
4 years ago |
gingerBill
|
7442f4bab6
Fix typo
|
4 years ago |
gingerBill
|
a0fbc56317
Improve flags for `odin doc`
|
4 years ago |
gingerBill
|
d90fc18bef
Basic `odin doc` support
|
4 years ago |
gingerBill
|
00192bb349
Improve flag handling to check for invalid uses
|
4 years ago |
gingerBill
|
edd9d5e50b
Add `-show-unused-with-location`
|
4 years ago |
gingerBill
|
c2ca24a486
Big renaming: `AstNode` to `Ast`
|
7 years ago |
gingerBill
|
5b6770f3d2
Parse directories to be packages
|
7 years ago |
Ginger Bill
|
7791c343c4
Allow for multiple library collections; Store AstFile as pointer
|
8 years ago |
Ginger Bill
|
2d20bde495
Remove () grouping for `foreign_library`
|
8 years ago |
Ginger Bill
|
b9e347ef50
Replace `import_load` with `using import .`
|
8 years ago |
Ginger Bill
|
2db03cb4a5
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
|
8 years ago |
Ginger Bill
|
94afcec757
:: style procedure declarations; remove old parsing code
|
8 years ago |
Ginger Bill
|
a0d8dcd974
Remove `let`
|
8 years ago |
Ginger Bill
|
178236d1ff
Barebones layout for the documentation declarations
|
8 years ago |
Ginger Bill
|
736c880ba9
Add docs.cpp
|
8 years ago |