Skip to content

Commit

Permalink
Support DeclareSynonym in gap_to_julia
Browse files Browse the repository at this point in the history
  • Loading branch information
zickgraf committed Jul 10, 2023
1 parent 8bd09ef commit d4fc09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gap_to_julia
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ syntax_replacements() {
| sed 's/^InstallValue(/@InstallValueConst(/g' \
| sed 's/InstallValue(/@InstallValue(/g' \
| sed 's/BindGlobal(/@BindGlobal(/g' \
| sed 's/DeclareSynonym(/@BindGlobal(/g' \
| sed 's/DeclareGlobalFunction(/@DeclareGlobalFunction(/g' \
| sed 's/InstallGlobalFunction(/@InstallGlobalFunction(/g' \
| sed 's/^DeclareOperation(/@DeclareOperation(/g' \
Expand Down

0 comments on commit d4fc09e

Please sign in to comment.