Skip to content

Commit

Permalink
using square bracket to denote prolog terms to not break NARS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 31, 2024
1 parent ef77822 commit 377c702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolog/metta_lang/metta_printer.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@
compound_type_s_m_e(ocmpd,'{','|','}').
compound_type_s_m_e(ocmpd,'(','@',')').

prolog_term_start('{').
prolog_term_start('[').

paren_pair_functor('(',')',_).
paren_pair_functor('{','}','{...}').
Expand Down

0 comments on commit 377c702

Please sign in to comment.