https://github.com/wenyan-lang/wenyan

sort by:
Revision Author Date Message Commit Date
09da7c2 Merge pull request #501 from antfu/chore/site Better ide/site build 07 January 2020, 17:58:57 UTC
4bc99d1 docs: add legacy site placeholder 07 January 2020, 15:02:02 UTC
b3e0224 chore: clean up 07 January 2020, 13:38:06 UTC
d88b643 fix: scripts 07 January 2020, 07:08:55 UTC
cda7846 refactor: build site 07 January 2020, 06:51:36 UTC
00d33b8 fix import macro 07 January 2020, 03:20:39 UTC
51d8ce0 Merge pull request #496 from statementreply/strengthen-scope-check Check for mismatched scope begin/end in typecheck 06 January 2020, 16:13:37 UTC
b87ec30 Fix handling of 不知何禍歟 in typecheck 06 January 2020, 13:42:49 UTC
7f3d835 Fix syntax error in stdlib 06 January 2020, 13:36:37 UTC
5a1fcec Check for mismatched scope begin/end in typecheck 06 January 2020, 13:27:43 UTC
55d2885 prevent crash when scope deplete in typechecker 06 January 2020, 03:40:07 UTC
25a35bd Merge branch 'master' of https://github.com/LingDong-/wenyan-lang 06 January 2020, 03:39:49 UTC
d81d713 release v0.2.1 06 January 2020, 03:13:39 UTC
63436e3 chore: changelog for v0.2.1 06 January 2020, 03:13:12 UTC
23c422c Merge pull request #492 from LingDong-/master v0.2.1 06 January 2020, 03:04:26 UTC
27fed03 rebuild 05 January 2020, 20:22:09 UTC
f7918a5 rebuild 05 January 2020, 20:22:09 UTC
90eb9a1 Merge pull request #481 from antfu/fix/stdlib2 fix: stdlib bundling 05 January 2020, 20:06:49 UTC
0195caa fix obj in args (real) 05 January 2020, 19:58:24 UTC
287eda6 fix: stdlib 05 January 2020, 13:43:17 UTC
cfe87a5 fix: stdlib testing 05 January 2020, 13:13:26 UTC
002c982 Merge branch 'master' of https://github.com/LingDong-/wenyan-lang 04 January 2020, 18:39:14 UTC
182d100 fix obj in args 04 January 2020, 18:39:09 UTC
1a95dc2 Merge pull request #466 from statementreply/lib-calendar stdlib: Calendar library 04 January 2020, 15:33:35 UTC
8a0f067 Remove import.wy from test (prints current time) 04 January 2020, 12:57:23 UTC
e4d6fbd Update stdlib cheatsheet 04 January 2020, 12:56:15 UTC
d49b82d Add calendar example 04 January 2020, 12:56:15 UTC
5a472d1 stdlib: Add calendar LUT data for 1920-2120 The calendar data is generated with low accuracy astronomical computation of the time of new moons and solar terms. Due to the low accuracy and/or uncertainty of future leap seconds, calendar near the following days might be off by one day or one month. 1722401 (2018-11-08): maybe wrong 1st day of month (new moon at 1722401.0023) 1736606 (2057-09-29): maybe wrong 1st day of month (new moon at 1736606.0011) 1748269 (2089-09-04): maybe wrong 1st day of month (new moon at 1748270.0003) 1751164 (2097-08-08): maybe wrong 1st day of month (new moon at 1751164.0019) 1757572 (2115-02-24): maybe wrong 1st day of month (new moon at 1757573.0000) 1758015 (2116-05-12): maybe wrong 1st day of month (new moon at 1758016.0002) 1687201 (1922-06-25): maybe wrong leap month (solar term at 1687230.010, new moon at 1687230.8663) 1709998 (1984-11-23): maybe wrong leap month (solar term at 1710027.015, new moon at 1710027.8248) 1710973 (1987-07-26): maybe wrong leap month (solar term at 1711002.009, new moon at 1711002.8329) 04 January 2020, 12:56:15 UTC
41a1a0f stdlib: Add calendar LUT generation script 04 January 2020, 12:56:15 UTC
d8f7da0 stdlib: Implement calendar library The implementation is LUT based. This commit contains LUT for years 2019-2020 for dev purpose. 04 January 2020, 12:56:15 UTC
6a316f4 stdlib: Add calendar stub 04 January 2020, 12:56:15 UTC
24d72af add jvm compiler to README 04 January 2020, 06:57:23 UTC
2784e92 static type inference 04 January 2020, 06:47:23 UTC
4962022 fix: stdlib bundling 04 January 2020, 02:59:54 UTC
7fe0ccc fix: stdlib bundling 04 January 2020, 02:59:54 UTC
e3f7a86 Merge branch 'release' of https://github.com/LingDong-/wenyan-lang into release 02 January 2020, 06:53:41 UTC
e3463e5 release v0.2.0 02 January 2020, 06:53:09 UTC
5dedbfa docs: update CHANGELOG 02 January 2020, 06:52:51 UTC
43a1e56 Merge pull request #468 from LingDong-/master v0.2.0 02 January 2020, 06:51:35 UTC
bf28dc2 Merge pull request #473 from antfu/feat/execute Execute function for core package 02 January 2020, 06:25:42 UTC
af6de60 docs: update docs 02 January 2020, 04:17:15 UTC
ed05692 feat: outputHanzi for browser runtime 02 January 2020, 03:37:04 UTC
62b0a39 feat: outputHanzi option for ide 02 January 2020, 03:23:26 UTC
5b3712c feat: compile api 02 January 2020, 03:18:52 UTC
3fac775 feat: make unit test works 02 January 2020, 03:07:54 UTC
dc7a43c feat: works for runtime 02 January 2020, 02:45:07 UTC
98898a2 feat: make outputHanzi works for ide and site 02 January 2020, 02:40:09 UTC
a01baf0 feat: execute API 02 January 2020, 02:29:51 UTC
41ae6fe Merge pull request #470 from antfu/docs/badges docs: add badges 02 January 2020, 01:52:11 UTC
0e8b3d6 docs: add badges 02 January 2020, 01:33:30 UTC
8317caf Merge pull request #465 from Fros1er/master fix: 書之 prints "true", "false" instead of "陽", "陰" 01 January 2020, 18:26:31 UTC
2f3b05e Update make_ide.js 01 January 2020, 14:49:09 UTC
2b0b73b Update make_site.js 01 January 2020, 14:48:36 UTC
5312f4d Update parser.js 01 January 2020, 14:45:46 UTC
4f9a166 added function bool2hanzi 01 January 2020, 14:42:40 UTC
37c4b64 Merge pull request #464 from ZsgsDesign/patch-1 fixed typo 01 January 2020, 14:01:37 UTC
cea0e40 Merge pull request #457 from statementreply/lib-math-5 stdlib: Improve sin, cos and tan (*/1/3) 01 January 2020, 14:00:52 UTC
3b4a48c fixed typo 01 January 2020, 13:48:22 UTC
66bc1b1 stdlib: Update comments 01 January 2020, 12:33:42 UTC
2e5d046 Update test snapshot 01 January 2020, 12:11:18 UTC
ca2681b Merge pull request #460 from AngelKitty/master LICENSE: Happy new year! 01 January 2020, 01:32:01 UTC
3c5fccf Update LICENSE 01 January 2020, 01:25:00 UTC
7d7f041 make py less broken (real) 31 December 2019, 22:07:55 UTC
2d7d595 make py less broken 31 December 2019, 22:06:23 UTC
d38d365 stdlib: Improve sin, cos and tan (^/1/3) Robust: ^/4 (Does it work for all input values?) Accurate: 1/4 (How accurate is the result?) Well behaved: 3/4 (Does it preserve math properties?) ^ They technically work for all input values. But for very large input, the loss of accuracy makes them practically useless. The result could be severely inaccurate either when the angle is very large, or when the angle is very close to a multiple of pi/2. 31 December 2019, 18:40:08 UTC
9470ee5 fix snap again 31 December 2019, 16:39:45 UTC
9a7a409 fix snapshot 31 December 2019, 16:36:37 UTC
af59ce8 fix alignment on certain browsers 31 December 2019, 16:31:41 UTC
bf67bd9 fix alignment on certain browsers 31 December 2019, 16:31:41 UTC
1ceb82a fix unicode issue on safari 31 December 2019, 16:05:29 UTC
699031a fix unicode issue on safari 31 December 2019, 16:05:29 UTC
883a4b9 rebuild 31 December 2019, 15:23:27 UTC
acb2ff9 rebuild 31 December 2019, 15:23:27 UTC
644fc9c combine alias and link into info and fix english 31 December 2019, 15:22:35 UTC
7449e6f Merge pull request #453 from statementreply/fix-no-arg-macro Fix compiler crash with 0-argument macros 31 December 2019, 14:20:15 UTC
bd05c91 Merge pull request #448 from cuixiping/master Auto generate examples README.md by nodejs. 31 December 2019, 14:17:23 UTC
564a14c Fix compiler crash with 0-argument macros 31 December 2019, 14:12:06 UTC
840b7a5 Auto generate examples README.md by nodejs. 31 December 2019, 09:32:09 UTC
5e18289 chore: fix publish script 31 December 2019, 07:06:14 UTC
328f5e0 release v0.1.3 31 December 2019, 07:01:44 UTC
2710978 docs: update changelog 31 December 2019, 07:00:55 UTC
2ca1ff5 Merge pull request #429 from LingDong-/master v0.1.3 31 December 2019, 06:58:50 UTC
734bfa0 Merge pull request #443 from antfu/test/skip test: skipping test comment 31 December 2019, 06:55:13 UTC
07c0870 test: test blacklist 31 December 2019, 06:37:35 UTC
5a2e0d7 Merge pull request #444 from antfu/fix/parser-log fix: parser log for expand macros 31 December 2019, 06:25:08 UTC
9f5cd40 Merge pull request #442 from kaiyuan01/master added more test cases for 渺、埃、尘 (塵)、沙、纤(纖)、微 31 December 2019, 06:02:25 UTC
5b5875d fix: parser log for expand macros 31 December 2019, 05:50:54 UTC
b26cdb2 Completely reverted changes made to 纤 and 尘 31 December 2019, 05:46:41 UTC
43b82d0 test: skipping test comment 31 December 2019, 05:46:10 UTC
919ba72 commented out 纤 and 尘; may re-enable after adding macros 31 December 2019, 05:33:45 UTC
2fc2274 Merge branch 'master' of https://github.com/LingDong-/wenyan-lang 31 December 2019, 05:31:01 UTC
06a03aa graphics stdlib 31 December 2019, 05:30:54 UTC
1db49e8 graphics stdlib 31 December 2019, 05:30:54 UTC
43194ea removed changes made to 纤 and 尘 31 December 2019, 05:30:40 UTC
b5c7723 comment out 纤 and 尘 31 December 2019, 05:23:58 UTC
7c094e3 changed compiler to support 尘 and 纤 - code change to compiler to support simplified Chinese 31 December 2019, 03:46:45 UTC
7d10811 docs: add macros doc 31 December 2019, 03:31:20 UTC
8b94fbd added test case for 纖 to test/support traditional Chinese character, failed for 纤 - need code change for compiler to support simplified Chinese 31 December 2019, 03:17:09 UTC
ffff9d9 added test case for 塵 to support traditional Chinese character, failed for 塵 - need code change for compiler 31 December 2019, 03:05:25 UTC
4ae5306 added test cases for 渺、埃、尘、沙、纤、微, failed for 纤 and 尘 - need code change for compiler 31 December 2019, 02:59:00 UTC
back to top