update preamble syntax

This commit is contained in:
leaf corcoran 2015-12-27 21:02:57 -08:00
parent a4bc557724
commit 47d94d5bb6
4 changed files with 24 additions and 20 deletions

View File

@ -1,8 +1,9 @@
target: reference/api
template: reference
title: Compiler API
short_name: api
--
{
target: "reference/api"
template: "reference"
title: "Compiler API"
short_name: "api"
}
# MoonScript Compiler API

View File

@ -1,8 +1,9 @@
target: reference/command_line
template: reference
title: Command Line Tools
short_name: command_line
--
{
target: "reference/command_line"
template: "reference"
title: "Command Line Tools"
short_name: "command_line"
}
# Command Line Tools

View File

@ -1,8 +1,9 @@
target: reference/index
template: reference
title: Language Guide
short_name: lang
--
{
target: "reference/index"
template: "reference"
title: "Language Guide"
short_name: "lang"
}
MoonScript is a programming language that compiles to
[Lua](http://www.lua.org). This guide expects the reader to have basic

View File

@ -1,8 +1,9 @@
target: reference/standard_lib
template: reference
title: Standard Library
short_name: stdlib
--
{
target: "reference/standard_lib"
template: "reference"
title: "Standard Library"
short_name: "stdlib"
}
The MoonScript installation comes with a small kernel of functions that can be
used to perform various common things.