Skip to content

tiehuis/zig-docgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A document generator for zig.

cat examples/top_level.zig | ./docgen

For now, the idea is to perform lexing and some simplistic parsing of the top-level structure, returning useful definitions in an intermediate format (.e.g JSON).

Eventually it may make sense to provide lexing/parsing support of the language as part of the stdlib.

checklist

  • Complete tokenization support
  • Partial top-level parsing support
  • Intermediate output generation
  • Hook into an existing backend/generate output

About

documentation generator for zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published