Skip to content

Commit

Permalink
Merge pull request #10 from gmalecha/plan
Browse files Browse the repository at this point in the history
README: Add project structure
  • Loading branch information
gmalecha authored Apr 5, 2020
2 parents 1f1f14b + 23515cb commit e8e77a3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,21 @@ any number of consecutive whitespace characters.
## Resources

Reference: http://www.cplusplus.com/reference/cstdio/printf

## Project structure

Under `theories/`.

### External modules

- `FormatNotations.v`: Notations for format strings
- `Printf.v`
- `Scanf.v`

### Internal modules

- `Digits.v`: Print numbers as strings
- `Flags.v`: Definition of flags
- `Justify.v`: Justification and padding
- `Format.v`: Definition of format strings
- `FormatParser.v`: Parse and print format string notation

0 comments on commit e8e77a3

Please sign in to comment.