all repos — mn @ 027f0886514d7a03b6fe1ddebf43d8181eae390c

A truly minimal concatenative programming language.

Fixes.
h3rald h3rald@h3rald.com
Wed, 31 Mar 2021 16:04:31 +0200
commit

027f0886514d7a03b6fe1ddebf43d8181eae390c

parent

ce099d5b026d7b1011ce14cfc6be793ffc8a2449

3 files changed, 3 insertions(+), 21 deletions(-)

jump to
M .github/workflows/release.yml.github/workflows/release.yml

@@ -87,7 +87,7 @@

# Package the resulting MacOS binary - name: Create artifact (MacOS) run: zip mn_v${{steps.version-nix.outputs.id}}_macosx_x64.zip mn - if: matrix.os == 'macosx-latest' + if: matrix.os == 'macos-latest' # Package the resulting Windows binary - name: Create artifact (Windows)
M docs/_defs_.mddocs/_defs_.md

@@ -54,21 +54,6 @@ >

> $4 #} -{#alias => -## $1 - -> %symbol% -> [ $1 **&rArr;** $2](class:kwd) -> -> See [$2](#op-$2). - #} - -> %symbol% -> [ $1{{s}} **&rArr;** {{s}} $2](class:kwd) -> -> See [$2](#op-$2). - #} - {#op => <a id="mn-symbol-id-$1"></a> [$1](class:reference-title)
M docs/get-started.mddocs/get-started.md

@@ -1,10 +1,7 @@

---- - +----- content-type: "page" title: "Get Started" - ---- - +----- {@ _defs_.md || 0 @} You can download one of the following pre-built mn binaries: