tree: 4d1b5cd0da8c88e49f479a679de11e48b357fdae [path history] [tgz]
  1. examples/
  2. ast.h
  3. BUILD.gn
  4. identifier_table.cpp
  5. identifier_table.h
  6. lexer.cpp
  7. lexer.h
  8. main.cpp
  9. parser.cpp
  10. parser.h
  11. README.md
  12. rules.mk
  13. source_manager.cpp
  14. source_manager.h
  15. string_view.h
  16. token.h
  17. token_definitions.h
system/host/fidl/README.md

FIDL

TODO

  • Add nested name lookup.
  • Add attributes to the grammar.
  • Add real module support.
  • Write the JSON serializer.
  • Document the actual accepted grammar.
  • Write the JSON schema.
  • Document the wire format.