Differences From Artifact [b92020d7d8]:
- File ext/transmogrify.lua — part of check-in [84b6c875fb] at 2022-09-30 18:57:32 on branch trunk — "fix" macro bullshit (user: lexi, size: 3901) [annotate] [blame] [check-ins using]
To Artifact [3dcf8ba97f]:
- File ext/transmogrify.lua — part of check-in [f673b2abfe] at 2022-12-14 08:43:47 on branch trunk — add workaround for broken luac (user: lexi, size: 3901) [annotate] [blame] [check-ins using]
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
['--->'] = '⟶';
['<---'] = '⟵';
['----'] = '⸻';
};
{
['<==>'] = '⟺';
['===>'] = '⇐';
['<==='] = '⟸';
};
{
['<->'] = '↔';
['-->'] = '→';
['<--'] = '←';
|
| |
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
['--->'] = '⟶';
['<---'] = '⟵';
['----'] = '⸻';
};
{
['<==>'] = '⟺';
['===>'] = '⟹';
['<==='] = '⟸';
};
{
['<->'] = '↔';
['-->'] = '→';
['<--'] = '←';
|