Currently, we can serialize the parse with --show-parse and HIR with --show-hir, but there is no option for the AST representation. This makes it difficult sometimes to debug issues and would make it easier to add more features in nakala in the future
Currently, we can serialize the parse with
--show-parse
and HIR with--show-hir
, but there is no option for the AST representation. This makes it difficult sometimes to debug issues and would make it easier to add more features in nakala in the future