Commit 28a38ac
authored
feat(compiler)!: Labeled and default arguments (#1623)
* feat(compiler)!: Labeled and default arguments
* graindocs
* remove formatting fixme
* make loc required
* Use helper for argument types
* impossible case instead of assert false
* use label name for generated options
* use more standard user unaccessible name
* standardize around call over apply
* rework error messages
* Add out of order use of argument in default value test
* add order test1 parent d40e84a commit 28a38ac
File tree
97 files changed
+2899
-1803
lines changed- compiler
- graindoc
- src
- formatting
- middle_end
- parsing
- typed
- test/suites
- stdlib
- runtime
- atof
- atoi
- unsafe
- utils
- sys
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+2899
-1803
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
211 | 214 | | |
212 | 215 | | |
213 | 216 | | |
| |||
0 commit comments