Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
89f8d65
first updates
TimArborealis Apr 23, 2026
e58f5a1
Test update
AndersEkl Apr 23, 2026
2b319c9
Updated geometry.yaml
AndersEkl Apr 23, 2026
1501885
Updated linear-algebra and calculus
AndersEkl Apr 27, 2026
ffa747f
ClearSpeak_rules.yaml updated
TimArborealis May 13, 2026
add00a9
Update overview.yaml
AndersEkl May 20, 2026
568b436
Update navigate.yaml
TimArborealis May 27, 2026
cb2df0d
Update SimpleSpeak_Rules.yaml
AndersEkl May 28, 2026
05992e7
Update definitions.yaml
AndersEkl May 29, 2026
0421576
Updated SimpleSpeakl and ClearSpeak
AndersEkl May 29, 2026
5a733e0
Bug fix in SimpleSpeak and ClearSpeak
AndersEkl Jun 1, 2026
ec7d5fb
Fixed a bug in general.yaml
AndersEkl Jun 1, 2026
30fbacd
Unicode-full & navigate
TimArborealis Jun 2, 2026
c73a84c
Fixed a corrupt file
AndersEkl Jun 3, 2026
4e29795
Update default.yaml
TimArborealis Jun 3, 2026
e977159
Update general.yaml
AndersEkl Jun 3, 2026
f42aaa6
Merge branch 'sv-update' of https://github.com/TimArborealis/MathCAT-…
AndersEkl Jun 3, 2026
b3e5649
Updated functions.rs
AndersEkl Jun 5, 2026
7c5d1c9
Fixed a multiline test fail
AndersEkl Jun 5, 2026
c65a75b
Fixed linear-algebra fails
AndersEkl Jun 5, 2026
db6758c
Tests updated
TimArborealis Jun 5, 2026
499cca9
Merge branch 'sv-update' of https://github.com/TimArborealis/MathCAT-…
TimArborealis Jun 5, 2026
47ec724
Fixed some small errors
AndersEkl Jun 5, 2026
8c422d8
Bug fix
AndersEkl Jun 5, 2026
9f8473d
Update navigate.yaml
TimArborealis Jun 5, 2026
db28108
Fixed a language-dependent issue
AndersEkl Jun 5, 2026
e547833
Added audit-ignore to reintroduced rules
AndersEkl Jun 5, 2026
013add8
Fixed laplacian
TimArborealis Jun 8, 2026
ac2c929
Minor typo fix
TimArborealis Jun 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Rules/Languages/en/unicode-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@
- "⏠": [t: "top tortoise shell bracket"] # 0x23e0
- "⏡": [t: "bottom tortoise shell bracket"] # 0x23e1
- "⏢": [t: "white trapezium"] # 0x23e2
- "⏣": [t: "benzene right with circle"] # 0x23e3
- "⏣": [t: "benzene ring with circle"] # 0x23e3
- "⏤": [t: "straightness"] # 0x23e4
- "⏥": [t: "flatness"] # 0x23e5
- "⏦": # 0x23e6
Expand Down Expand Up @@ -1455,7 +1455,7 @@
- t: "parenthesized"
- spell: "translate('.', '⒜⒝⒞⒟⒠⒡⒢⒣⒤⒥⒦⒧⒨⒩⒪⒫⒬⒭⒮⒯⒰⒱⒲⒳⒴⒵', 'abcdefghijklmnopqrstuvwxyz')"

- "Ⓐ-": # 0x24b6 - 0x24cf
- "Ⓐ-": # 0x24b6 - 0x24cf
- t: "circled"
- spell: "translate('.', 'ⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏ', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"

Expand Down Expand Up @@ -1617,15 +1617,15 @@
- "⚆": [t: "white circle with dot right"] # 0x2686
- "⚇": [t: "white circle wiht two dots"] # 0x2687
- "⚈": [t: "black circle with dot right"] # 0x2688
- "⚉": [t: "black circle wiht two dots"] # 0x2689
- "⚉": [t: "black circle with two dots"] # 0x2689
- "⚪": [t: "medium white circle"] # 0x26aa
- "⚫": [t: "medium black circle"] # 0x26ab
- "⚬": [t: "medium small white circle"] # 0x26ac
- "⚲": [t: "neuter"] # 0x26b2
- "✓": [t: "check mark"] # 0x2713
- "✠": [t: "maltese cross"] # 0x2720
- "✪": [t: "circled white star"] # 0x272a
- "✶": [t: "six pionted black star"] # 0x2736
- "✶": [t: "six pointed black star"] # 0x2736
- "❨": [t: "medium left parentheses ornament"] # 0x2768
- "❩": [t: "medium right parentheses ornament"] # 0x2769
- "❪": [t: "medium flattened left parentheses ornament"] # 0x276a
Expand Down
Loading
Loading