aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-14Allow running bqn.js on a file argumentMarshall Lochbaum
2021-04-14Reorganize •Show and add •Out on Node.jsMarshall Lochbaum
2021-04-14Validate •BQN argumentsMarshall Lochbaum
2021-04-14Add ⎊ to compiler and core runtimeMarshall Lochbaum
2021-04-14Links to CBQN and ebqnMarshall Lochbaum
2021-04-13Don't compare with internal Constant (˙) in IsConstantMarshall Lochbaum
2021-04-13Move drop instruction over one moreMarshall Lochbaum
2021-04-13Fix drawing of plot axes when aspect ratio is unevenMarshall Lochbaum
2021-04-13Fix fill issue in Occurrence CountMarshall Lochbaum
2021-04-13Fix indices broken by (unnecessarily) moving drop instructions past callsMarshall Lochbaum
2021-04-13Multiple plot linesMarshall Lochbaum
2021-04-13Graph axesMarshall Lochbaum
2021-04-13Avoid rescaling plot if aspect ratio is smallMarshall Lochbaum
2021-04-12Add very basic SVG •Plot to the REPLMarshall Lochbaum
2021-04-12RecompilesMarshall Lochbaum
2021-04-12Don't use ˜⁼ in the runtime because PrimInd might not work on internal ˜Marshall Lochbaum
2021-04-12Fix system word token start indexMarshall Lochbaum
2021-04-12Add •Show to REPLsMarshall Lochbaum
2021-04-12Compute •listSys dynamicallyMarshall Lochbaum
2021-04-12Sort system values for •listSysMarshall Lochbaum
2021-04-11More checking for ⊔⁼Marshall Lochbaum
2021-04-10•JS for Javascript evaluationMarshall Lochbaum
2021-04-10Error message for •Glyph on non-primitiveMarshall Lochbaum
2021-04-10Add LOCU to VM referenceMarshall Lochbaum
2021-04-10Enable LOCU instruction (31) to read and clear variable slotMarshall Lochbaum
2021-04-09Always give an identity element for folds in the runtime if they can be emptyMarshall Lochbaum
2021-04-09Fix test/js for lines with no %Marshall Lochbaum
2021-04-09Avoid testing for equality with Join (∾) in Insert (˝)Marshall Lochbaum
2021-04-09Fix some swapped identifiersMarshall Lochbaum
2021-04-08Avoid producing a NaN during RotateMarshall Lochbaum
2021-04-08Explicitly disallow •• in the specMarshall Lochbaum
2021-04-08Verify system dot syntax, only allowing • before wordsMarshall Lochbaum
2021-04-08Fix error positioning for underscore-number with strings or commentsMarshall Lochbaum
2021-04-08Improvements to compiler system value handlingMarshall Lochbaum
2021-04-08Error message for unknown system valuesMarshall Lochbaum
2021-04-07Description for •Out and •FmtMarshall Lochbaum
2021-04-07Add some missing file metadata functionalityMarshall Lochbaum
2021-04-07Fix handling of lists in nothing statements: drop instruction goes after list...Marshall Lochbaum
2021-04-07Add time system values •UnixTime, •MonoTime, and •_timedMarshall Lochbaum
2021-04-07Passing system value indices is pointlessMarshall Lochbaum
2021-04-07Basic system functions in JS VMMarshall Lochbaum
2021-04-07A few basic system values in bqn.bqnMarshall Lochbaum
2021-04-07Compiler support for system valuesMarshall Lochbaum
2021-04-07Add CreateDir and List for directory manipulationMarshall Lochbaum
2021-04-06File functions (partial)Marshall Lochbaum
2021-04-06•BQN instead of •Eval to get value of operatorMarshall Lochbaum
2021-04-06Clean up interface from dz_wasm.js to wc.bqnMarshall Lochbaum
2021-04-06Fix docs regarding dzaima+reference and deemphasize itMarshall Lochbaum
2021-04-06Change dzref to just pass 1↓•args to the script, not execute additional codeMarshall Lochbaum
2021-04-06Use all native primitives, not dzaima+reference, in dc.bqnMarshall Lochbaum