Skip to content

Latest commit

 

History

History
188 lines (120 loc) · 3.12 KB

Min_DeveloperGuide.md

File metadata and controls

188 lines (120 loc) · 3.12 KB

% min Language Developer Guide % Fabio Cevasco % -

<style> .reference-title { font-size: 120%; font-weight: 600; } .min-terminal { -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 10px auto; padding: 2px 4px 0 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); color: #eee; background-color: #222; border: 1px solid #ccc; white-space: pre; padding: 0 3px; border: 2px solid #999; border-top: 10px solid #999; } .min-terminal p { margin: 0 auto; } .min-terminal p, .min-terminal p:first-child { margin-top: 0; margin-bottom: 0; text-shadow: none; font-weight: normal; font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; font-size: 85%; color: #eee; } </style>

About min

{@ site/contents/about.md || 1 @}

Getting Started

{@ site/contents/download.md || 1 @}

Learning the min Language

{@ site/contents/learn.md || 1 @}

Data Types

{@ site/contents/learn-data-types.md || 2 @}

Quotations

{@ site/contents/learn-quotations.md || 2 @}

Operators

{@ site/contents/learn-operators.md || 2 @}

Definitions

{@ site/contents/learn-definitions.md || 2 @}

Control Flow

{@ site/contents/learn-control-flow.md || 2 @}

Using the min Shell

{@ site/contents/learn-shell.md || 1 @}

Extending min

{@ site/contents/learn-extending.md || 1 @}

Reference

{@ site/contents/reference.md || 1 @}

lang Module

{@ site/contents/reference-lang.md || 1 @}

stack Module

{@ site/contents/reference-stack.md || 1 @}

seq Module

{@ site/contents/reference-seq.md || 1 @}

dict Module

{@ site/contents/reference-dict.md || 1 @}

io Module

{@ site/contents/reference-io.md || 1 @}

fs Module

{@ site/contents/reference-fs.md || 1 @}

logic Module

{@ site/contents/reference-logic.md || 1 @}

str Module

{@ site/contents/reference-str.md || 1 @}

sys Module

{@ site/contents/reference-sys.md || 1 @}

num Module

{@ site/contents/reference-num.md || 1 @}

time Module

{@ site/contents/reference-time.md || 1 @}

crypto Module

{@ site/contents/reference-crypto.md || 1 @}

math Module

{@ site/contents/reference-math.md || 1 @}

net Module

{@ site/contents/reference-net.md || 1 @}

http Module

{@ site/contents/reference-http.md || 1 @}

{#op => $1

%operator% $2 $3

$4 #}

{#alias => $1

%operator% $1 $2

See $2. #}

{#sig => $1

%operator% $1{{s}} {{s}} $2

See $2. #}

{# link-page => $2 #}

{# link-module => $1 Module #}

{# link-operator => $2 #}

{# link-learn => #}

{{learn-links => }}

{{guide-download => }}