459 Commits

Author SHA1 Message Date
Noah
a4aef93327 Make all builtin functions have names 2020-12-17 16:29:43 -06:00
Noah
dd14bb3516 Format wasm/ according to prettier rules 2020-12-16 09:21:07 -06:00
Mireille Raad
85e5486f93 wasm/notebook, responsive layout on mobile 2020-12-08 19:40:33 -05:00
Mireille Raad
22fa80e204 notebook resonspive ipad/tablet fixes 2020-12-07 21:08:32 -05:00
Noah
c1fd81fe40 Give css/js snippets proper file extensions 2020-12-07 14:04:21 -06:00
Noah
c8ee5582c3 Misc cleanup wasm 2020-12-07 14:01:09 -06:00
Noah
9e9ef0cb88 Add docs for injectPython et al in notebook/README 2020-12-07 14:00:44 -06:00
Noah
a1d3f445bd Add syntax highlighting for js 2020-12-07 13:34:52 -06:00
Noah
a61d4b2be4 Improve the py<->js notebook example 2020-12-07 13:34:33 -06:00
Noah
34237ec4fe Add functions to js make it easier to add functions to python 2020-12-07 12:56:33 -06:00
Noah
bdcdcb1917 Update formatting for wasm notebook 2020-12-07 12:56:32 -06:00
Noah
150d5ae908 Fix snippet test+wasm errors 2020-12-05 16:36:37 -06:00
Noah
2f232ecbe3 Implement string interning for variable names 2020-11-09 15:51:57 -06:00
Noah
b30ca99a09 Implement string interning 2020-11-08 21:35:04 -06:00
Noah
70907babe6 Fix wasm + examples 2020-11-07 15:43:23 -06:00
Noah
4528f17210 compiler/porcelain wrapper 2020-11-07 15:43:23 -06:00
Noah
991be82370 Merge pull request #2313 from mainsail-org/mir/notebook
wasm/notebook updates
2020-11-03 15:32:21 -06:00
Mireille Raad
4002b38337 add snippets 2020-10-27 21:40:44 -04:00
Mireille Raad
a742d0d377 update ui and test features 2020-10-27 21:37:56 -04:00
Mireille Raad
b3ee56ce72 obligatory readme 2020-10-27 21:36:31 -04:00
Mireille Raad
264f49b3b1 give up on adding good javascript support, clean up UI instead 2020-10-27 00:47:06 -04:00
Mireille Raad
e8ffd4ea92 rewire code to run with the new code editors, update user interface 2020-10-21 00:44:16 -04:00
Mireille Raad
31c718c34f add multiple editors, use buffers, redo ui 2020-10-20 01:11:50 -04:00
Noah
e44ea3f9a5 Fix wasm 2020-10-19 23:55:55 -05:00
Jeong YunWon
ecf1120bee Clean up static-type affected apis 2020-10-20 02:29:28 +09:00
Jeong YunWon
4add0220ae PyValue::class() returns ref 2020-10-20 02:29:20 +09:00
Jeong YunWon
5b32064cd6 trait StaticType 2020-10-20 01:43:39 +09:00
Noah
c61759bd92 Rework some of the _js module 2020-10-17 11:34:05 -05:00
Mireille Raad
a081ee95d3 create a snippet directory and move sample 2020-10-16 18:55:38 -04:00
Mireille Raad
4935a12c4f add javascript support and calls 2020-10-16 18:53:18 -04:00
Mireille Raad
d75aa1b47a update UI and clean up css a bit 2020-10-16 18:52:42 -04:00
Jeong YunWon
19ed4f85e7 clean up vm::builtins 2020-10-13 15:42:11 +09:00
Jeong YunWon
ca9326f95d expose bulitins items on builtins module and hide submodules 2020-10-12 11:43:24 +09:00
Jeong YunWon
9e6dfca9e9 Fix build with new builtins path 2020-10-11 21:16:16 +09:00
Jeong YunWon
4da1b62c18 PyFuncArgs -> FuncArgs
which does not represent a single python object
2020-10-11 09:38:07 +09:00
Jeong YunWon
b0445396f4 compactize invoke args 2020-10-11 09:38:06 +09:00
Jeong YunWon
b798caa012 Fix clippy error for wasm 2020-10-10 13:28:17 +09:00
Noah
acd0bf5434 Make the FromArgs derive less verbose 2020-10-01 17:42:07 -05:00
Joni Salmi
de7ef551c0 Document browser module availability in WASM Demo 2020-10-01 01:45:43 +02:00
Noah
b9e102a72d minifix defaultSnippet display in demo 2020-09-29 13:53:37 -05:00
Noah
87e2d0cbcc Add proper syntax highlighting for notebook 2020-09-29 13:53:35 -05:00
Noah
0cdbebeb50 Format with prettier 2020-09-29 13:53:09 -05:00
Noah
dd41295390 Merge pull request #2230 from mainsail-org/mir/notebook-with-md
rustpython notebook, add markdown and math support
2020-09-29 11:30:01 -05:00
Mireille Raad
737b1c064d include woff, woff2 and ttf fonts only for katex/math fonts 2020-09-26 11:00:07 -04:00
Jeong YunWon
59db19d1ea PyClass -> PyType 2020-09-26 07:32:38 +09:00
Jeong YunWon
f81ad04ce3 PyString -> PyStr 2020-09-26 00:20:02 +09:00
Mireille Raad
a76c642090 add markdown and math support 2020-09-21 22:03:50 -04:00
Jeong YunWon
0f7ed21eda remove vm.get_none and clean up its use cases 2020-09-19 10:20:20 +09:00
Ben Lewis
c54b4bb833 Split py_compile_bytecode into py_compile and py_freeze. 2020-09-18 18:59:58 +12:00
Jeong YunWon
a0d72943bf Merge pull request #2128 from youknowone/objectarc
CPython compatible Drop for PyObjectRc
2020-09-18 14:37:57 +09:00