Skip to content

Commit 4aec1c7

Browse files
authored
Merge pull request #14 from Mathics3/add-operators
Start tagging operators
2 parents 8c2ec35 + 924264e commit 4aec1c7

14 files changed

+385
-160
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ develop: mathics_scanner/data/characters.json
3535

3636
#: Build distribution
3737
dist: admin-tools/make-dist.sh
38-
$(ShelL) admin-tools/make-dist.sh
38+
$(SHELL) admin-tools/make-dist.sh
3939

4040
#: Install mathics
4141
install: build

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To regenerate scanner tables run:
3434

3535
::
3636

37-
$ python -m mathics_scanner.generate.build_tables
37+
$ mathics-generate-json-table
3838

3939
Implementation
4040
--------------

0 commit comments

Comments
 (0)