Commit Graph

  • 736861dd29 use native namespace to initialize REPL dzaima 2021-11-29 17:49:29 +0200
  • 4f66b6b88a native namespace creation dzaima 2021-11-29 16:44:20 +0200
  • ef5864afbc global name list dzaima 2021-11-29 00:21:41 +0200
  • 4af5f3d4a6 store Value* as gc roots dzaima 2021-11-28 21:56:01 +0200
  • 94e38e7162 fix import A →import B; import A dzaima 2021-11-26 12:23:46 +0200
  • 4697b91b1e fix >2 repeated imports & error on cyclical importing dzaima 2021-11-26 00:25:11 +0200
  • d032c97b13 cache monadic •Import dzaima 2021-11-26 00:01:37 +0200
  • 0389eda29b inverse modifiers dzaima 2021-11-25 00:24:16 +0200
  • b76d30d4bc add •state and •name dzaima 2021-11-24 23:03:17 +0200
  • 097f39da15 make •Type throw on bi_optOut dzaima 2021-11-23 10:30:13 +0200
  • 996114a73b make file writing accept characters dzaima 2021-11-23 01:16:46 +0200
  • 77144cd79c •math function inverses dzaima 2021-11-23 01:10:08 +0200
  • 29bf1f1234 don't pointlessly copy register dzaima 2021-11-22 11:22:50 +0200
  • 7168633f35 lGPos is set by following GET dzaima 2021-11-22 11:09:04 +0200
  • 55c1d79d86 headers for immediate modifiers dzaima 2021-11-22 10:56:18 +0200
  • b000576572 native /⁼ dzaima 2021-11-22 00:24:59 +0200
  • c2e6c57007 cache builtin inverses dzaima 2021-11-21 23:24:41 +0200
  • ab49bb5d3d native -⁼ dzaima 2021-11-21 22:54:07 +0200
  • f155792856 native ⁼ dzaima 2021-11-21 21:27:08 +0200
  • f55e349999 inverse headers dzaima 2021-11-21 21:03:08 +0200
  • 896049ab12 directly call scope_freeF from scope_dec dzaima 2021-11-20 17:13:08 +0200
  • cd97714ef5 ptr_dec with inlined freeing method dzaima 2021-11-20 17:09:05 +0200
  • ff6e6aa9c7 clean up evalBC dzaima 2021-11-20 16:56:54 +0200
  • c79e260e34 m_v[1234] → m_hVec[1234] dzaima 2021-11-20 01:05:14 +0200
  • 5484c109ea return value from ptr_inc dzaima 2021-11-20 00:58:18 +0200
  • 2baa9ac196 fix & speed up variable modification fns dzaima 2021-11-18 01:10:30 +0200
  • 3ba3558c93 fills for monadic ⋈ dzaima 2021-11-13 23:00:36 +0200
  • 68e1590325 machine code generation rework dzaima 2021-11-12 16:42:52 +0200
  • fde8f89354 remove _Thread_local because plenty other things don't have it dzaima 2021-11-07 19:00:49 +0200
  • ae07fd2312 remove pos updating for immediate SETN dzaima 2021-11-07 18:45:57 +0200
  • cd866e1e45 lazy fallback to runtime on ∾ errors dzaima 2021-11-06 17:30:01 +0200
  • 049188d8a6 complete native ⋈ dzaima 2021-11-03 20:44:43 +0200
  • 8cfbaf8b30 enum of primitive numbering dzaima 2021-11-03 20:28:00 +0200
  • dd3965cb3c dzaima 2021-11-03 20:16:04 +0200
  • a663c0bbee reorder md*Bl_d dzaima 2021-11-03 19:08:24 +0200
  • e3227087b0 fix gcc build dzaima 2021-11-02 18:39:39 +0200
  • 9bcf8d7d64 bl_m*d → md*Bl_d dzaima 2021-11-02 18:34:34 +0200
  • 6aaaaeb39c more consistent print method naming scheme dzaima 2021-11-02 18:32:25 +0200
  • ce36f03f11 fix •SH for OSX dzaima 2021-11-01 19:51:44 +0200
  • 026b15977b make precompiled.bqn run within CBQN dzaima 2021-10-30 12:05:38 +0300
  • f9253a477e fix zero printing dzaima 2021-10-28 22:03:51 +0300
  • 0deb5cfcd4 add missing bytecodes to FOR_BC dzaima 2021-10-28 21:55:18 +0300
  • 06c7e40642 ⋄ → ; in DEBUG_VM dzaima 2021-10-28 21:22:15 +0300
  • 470bb0968a use hex in printBC dzaima 2021-10-28 21:21:25 +0300
  • e526fede86 clean up DEBUG_VM dzaima 2021-10-28 20:46:30 +0300
  • dba145a14b rename folder dzaima 2021-10-28 17:50:10 +0300
  • 30b0a36b4d clean runtime, don't needlessly enable PIE dzaima 2021-10-28 16:16:45 +0300
  • 61dad2aadd test for clang and not gcc dzaima 2021-10-27 23:54:06 +0300
  • dfa04f4922 properly free 𝕩 when needed dzaima 2021-10-26 16:15:33 +0300
  • 8eb3989d84 separate avx file dzaima 2021-10-25 16:18:03 +0300
  • 071aebd8ea god dammit c compilers, why dzaima 2021-10-25 15:45:28 +0300
  • 798f6e9e17 move length zero check outside singeli dzaima 2021-10-25 13:57:45 +0300
  • 4e17e28d4a get rid of function pointer cast dzaima 2021-10-25 13:35:11 +0300
  • 4717023167 cmp C cleanup, assert length!=0 before while dzaima 2021-10-25 12:26:52 +0300
  • f8798affc4 full array-scalar comparison error checking in singeli dzaima 2021-10-25 01:42:29 +0300
  • 3e372620a2 array-scalar comparison function lookup table dzaima 2021-10-23 16:30:55 +0300
  • d42dd3dcf9 merged typed types dzaima 2021-10-22 17:11:44 +0300
  • 4ca34e3f8e function lookup table dzaima 2021-10-22 09:53:40 +0300
  • 5d76148c51 lazy singeli bit comparison fns dzaima 2021-10-22 00:58:34 +0300
  • 71c454235c singeli dzaima 2021-10-21 22:16:04 +0300
  • f50b8ab503 fix fill of n↑fillarr dzaima 2021-10-20 18:29:28 +0300
  • e38e4f89ae overallocate heap dzaima 2021-10-19 18:12:27 +0300
  • 044431bb7d less bad way of doing JIT jumps dzaima 2021-10-16 13:05:26 +0300
  • ef230f8dc0 remove static from function that isn't dzaima 2021-10-15 12:08:48 +0300
  • 5c59f0de6f make precompiled.bqn work dzaima 2021-10-14 18:34:28 +0300
  • 1816b6cd5d changes to rand.Range dzaima 2021-10-13 23:01:37 +0300
  • fc3931f9d2
    Merge pull request #11 from jshholland/add-rand-range dzaima 2021-10-13 22:56:45 +0300
  • a290e4dc0d support arbitrary shape in rand.Range Josh Holland 2021-10-13 16:31:18 +0100
  • 49622f59ce fix •wdpath refcounting dzaima 2021-10-12 00:56:28 +0300
  • d4f183ccda •wdpath, path_resolve → path_rel dzaima 2021-10-12 00:49:53 +0300
  • d98cb0b80a dyadic •file.At dzaima 2021-10-12 00:34:44 +0300
  • 6860ba5f9d make some more flags compile dzaima 2021-10-11 22:39:52 +0300
  • 363309a218 some cleanup dzaima 2021-10-11 00:06:21 +0300
  • 1072a8aa77 break less on recursive errors dzaima 2021-10-10 23:24:53 +0300
  • b7f60ffb1c move GC tag resetting from alloc to another pass dzaima 2021-10-10 23:11:49 +0300
  • a62a41249e native ◶ dzaima 2021-10-10 22:54:39 +0300
  • 5c2dfe8e18 verify path & arguments to be strings dzaima 2021-10-10 18:21:01 +0300
  • 2c77470d99 dyadic •BQN dzaima 2021-10-10 17:48:39 +0300
  • debc4e2afe don't truncate max stack size dzaima 2021-10-09 14:47:26 +0300
  • ef87b3e009
    Merge pull request #10 from AndersonTorres/patch-1 dzaima 2021-10-07 18:40:48 +0300
  • bbf8fea738
    A more accurate GCC compiler detection Anderson Torres 2021-10-06 19:03:58 -0300
  • e23dab20da
    Merge pull request #9 from sternenseemann/gcc-compilation dzaima 2021-10-05 10:40:18 +0300
  • 643b1ae485 makefile: detect prefixed gcc properly sternenseemann 2021-10-04 22:37:10 +0200
  • 71de4fcc59 don't use x++ on bool dzaima 2021-10-04 16:19:43 +0300
  • 48058ba8e3
    Merge pull request #8 from sternenseemann/gcc-compilation dzaima 2021-10-04 16:18:36 +0300
  • 3909dca0cc builtins/sfns.c: fix compilation with GCC sternenseemann 2021-10-04 15:05:18 +0200
  • dc535763bc •_while_ dzaima 2021-10-04 15:13:39 +0300
  • e0b987930f fix error message of ⍟ dzaima 2021-10-04 13:59:33 +0300
  • 561199ab16 fast 𝕨∨´𝕩 and 𝕨∧´𝕩 dzaima 2021-10-04 11:15:21 +0300
  • 85d27ddc83 fast 𝕨≠`𝕩 dzaima 2021-10-04 11:08:38 +0300
  • 573b97f60b fast ∧´ dzaima 2021-10-04 00:23:53 +0300
  • f0c6671ec0 fast ∨´ dzaima 2021-10-04 00:10:24 +0300
  • 3d23d8ef70 fast ≠` dzaima 2021-10-03 23:57:43 +0300
  • 5224e03a1d deduplicate & and | impls in arithd.c dzaima 2021-10-03 23:31:37 +0300
  • 1bca264db8 bitarrs dzaima 2021-10-03 23:18:30 +0300
  • 3725bd58c7 hide unknown stackframes in non-debug mode dzaima 2021-10-01 23:08:48 +0300
  • 34fb5c275a manual tables for bytecode switches dzaima 2021-10-01 22:48:33 +0300
  • ad436a07ee fix PRED in nested blocks dzaima 2021-10-01 20:25:23 +0300
  • bc7e7e3627 copy special name fix to ns_qgetU dzaima 2021-10-01 20:08:03 +0300
  • c4cc861054 fix namespace assignment to special name list dzaima 2021-10-01 19:59:55 +0300