Skip to content

Commit

Permalink
Register the default unparsing configuration for Libadalang
Browse files Browse the repository at this point in the history
  • Loading branch information
pmderodat committed May 24, 2024
1 parent 1936ae7 commit 48f5f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ def create_context(self, args):
'Canonicalize'),
documentations=libadalang_docs,
property_exceptions={"Precondition_Failure"},

generate_unparser=True,
default_unparsing_config="default_unparsing_config.json",

# Setup a configuration of the cache collection mechanism that
# works well for Ada.
Expand Down

0 comments on commit 48f5f6e

Please sign in to comment.