Skip to content

Commit

Permalink
Simplify operator table generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 29, 2024
1 parent ffff191 commit 16fc918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,10 @@ doctest:
latexdoc texdoc doc:
(cd mathics/doc/latex && $(MAKE) doc)

#: Build JSON ASCII to unicode opcode tables
mathics/data/op-tables.json:
#: Build JSON ASCII to unicode opcode table and operator table
mathics/data/op-tables.json mathics/data/operators.json:
$(BASH) ./admin-tools/make-op-tables.sh

#: Build JSON ASCII to operator tables
mathics/data/operators.json:
$(BASH) ./admin-tools/make-operator-tables.sh

#: Remove ChangeLog
rmChangeLog:
Expand Down
1 change: 1 addition & 0 deletions admin-tools/make-op-tables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ mathics3-generate-json-table \
--field=operator-to-ascii \
--field=operator-to-unicode \
-o op-tables.json
mathics3-generate-operator-json-table -o operator-tables.json
8 changes: 0 additions & 8 deletions admin-tools/make-operator-tables.sh

This file was deleted.

0 comments on commit 16fc918

Please sign in to comment.