Skip to content

Commit

Permalink
Revamp @define #140
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Aug 24, 2023
1 parent c6ebf85 commit b14d141
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/revamp_define.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,10 @@ $ ./makesure
```
## Q. How do we know when to parse with `'`/`$'`/`"` - quoted strings or unquoted?
Lets defile string quoting types:
Need to come up with the simplest approach to parse and error on wrong quoting of particular word.
Lets define string quoting types:
- `u` for `string`
- `'` for `'string'`
Expand Down

0 comments on commit b14d141

Please sign in to comment.