2013-12-04 07:46:41 -08:00
<!DOCTYPE html>
< html >
< head >
< meta http-equiv = "Content-type" content = "text/html;charset=UTF-8" / >
2014-02-16 22:02:04 -06:00
< title > {title} – Wren< / title >
2013-12-04 07:46:41 -08:00
< link rel = "stylesheet" type = "text/css" href = "style.css" / >
2015-01-09 09:25:06 -06:00
< link href = '//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic|Source+Code+Pro:400|Lato:400|Sanchez:400italic,400' rel = 'stylesheet' type = 'text/css' >
2014-04-11 10:44:33 -07:00
<!-- Tell mobile browsers we're optimized for them and they don't need to crop
the viewport. -->
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1" / >
2013-12-04 07:46:41 -08:00
< / head >
< body id = "top" >
2014-04-14 21:23:46 -07:00
< header >
< div class = "page" >
2014-04-20 21:42:17 -07:00
< div class = "main-column" >
2015-01-18 15:36:36 -08:00
< h1 > < a href = "./" > wren< / a > < / h1 >
2014-08-19 07:35:20 -07:00
< h2 > a classy little scripting language< / h2 >
2014-04-14 21:23:46 -07:00
< / div >
< / div >
2014-08-19 07:35:20 -07:00
< / header >
2014-04-14 21:23:46 -07:00
< div class = "page" >
2014-04-20 21:42:17 -07:00
< nav >
2013-12-04 07:46:41 -08:00
< ul >
2014-04-09 07:53:30 -07:00
< li > < a href = "getting-started.html" > Getting Started< / a > < / li >
2013-12-04 07:46:41 -08:00
< / ul >
2014-08-19 07:35:20 -07:00
< section >
< h2 > language< / h2 >
< ul >
< li > < a href = "syntax.html" > Syntax< / a > < / li >
2015-01-03 23:27:02 -08:00
< li > < a href = "expressions.html" > Expressions< / a > < / li >
2014-08-19 07:35:20 -07:00
< li > < a href = "variables.html" > Variables< / a > < / li >
2015-01-03 23:27:02 -08:00
< li > < a href = "control-flow.html" > Control Flow< / a > < / li >
2014-08-19 07:35:20 -07:00
< li > < a href = "error-handling.html" > Error Handling< / a > < / li >
2015-02-18 07:55:09 -08:00
< li > < a href = "modules.html" > Modules< / a > < / li >
2014-08-19 07:35:20 -07:00
< / ul >
< / section >
< section >
< h2 > types< / h2 >
< ul >
< li > < a href = "values.html" > Values< / a > < / li >
< li > < a href = "classes.html" > Classes< / a > < / li >
< li > < a href = "fibers.html" > Fibers< / a > < / li >
< li > < a href = "functions.html" > Functions< / a > < / li >
< li > < a href = "lists.html" > Lists< / a > < / li >
< li > < a href = "maps.html" > Maps< / a > < / li >
< / ul >
< / section >
< section >
< h2 > reference< / h2 >
< ul >
2015-01-18 15:36:36 -08:00
< li > < a href = "core" > Core Library< / a > < / li >
2014-08-19 07:35:20 -07:00
< li > < a href = "embedding-api.html" > Embedding API< / a > < / li >
< li > < a href = "performance.html" > Performance< / a > < / li >
2015-04-23 17:46:18 -05:00
< li > < a href = "community.html" > Community< / a > < / li >
2014-08-19 07:35:20 -07:00
< li > < a href = "contributing.html" > Contributing< / a > < / li >
< li > < a href = "qa.html" > Q & A< / a > < / li >
< / ul >
< / section >
2014-04-11 10:44:33 -07:00
< / nav >
2014-04-20 21:42:17 -07:00
< main >
2014-08-19 07:35:20 -07:00
< h1 > {title}< / h1 >
2014-04-05 15:39:02 -07:00
{html}
2014-04-11 10:44:33 -07:00
< / main >
2014-04-14 21:23:46 -07:00
< / div >
< footer >
< div class = "page" >
2014-08-19 07:35:20 -07:00
< div class = "main-column" >
2015-01-20 17:47:17 -08:00
< p > Wren lives < a href = "https://github.com/munificent/wren" > on GitHub< / a > — Made with ❤ by < a href = "http://journal.stuffwithstuff.com/" > Bob Nystrom< / a > and < a href = "https://github.com/munificent/wren/blob/master/AUTHORS" > friends< / a > .< / p >
2014-08-19 07:35:20 -07:00
< div class = "main-column" >
2014-04-14 21:23:46 -07:00
< / div >
< / footer >
2013-12-04 07:46:41 -08:00
< / body >
2015-04-23 17:46:18 -05:00
< / html >