2015-01-18 23:36:36 +00:00
<!DOCTYPE html>
< html >
< head >
< meta http-equiv = "Content-type" content = "text/html;charset=UTF-8" />
< title > {title} – Wren</ title >
< link rel = "stylesheet" type = "text/css" href = "../style.css" />
< 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' >
<!-- 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" />
</ head >
< body id = "top" class = "core" >
< header >
< div class = "page" >
< div class = "main-column" >
< h1 >< a href = "../" > wren</ a ></ h1 >
< h2 > a classy little scripting language</ h2 >
</ div >
</ div >
</ header >
< div class = "page" >
< nav >
< ul >
< li >< a href = "./" > Core Library</ a ></ li >
</ ul >
< section >
< h2 > core classes</ h2 >
< ul >
< li >< a href = "bool.html" > Bool</ a ></ li >
< li >< a href = "class.html" > Class</ a ></ li >
< li >< a href = "fiber.html" > Fiber</ a ></ li >
< li >< a href = "fn.html" > Fn</ a ></ li >
< li >< a href = "list.html" > List</ a ></ li >
2015-01-25 19:08:13 +00:00
< li >< a href = "map.html" > Map</ a ></ li >
2015-01-18 23:36:36 +00:00
< li >< a href = "null.html" > Null</ a ></ li >
< li >< a href = "num.html" > Num</ a ></ li >
< li >< a href = "object.html" > Object</ a ></ li >
< li >< a href = "range.html" > Range</ a ></ li >
< li >< a href = "sequence.html" > Sequence</ a ></ li >
< li >< a href = "string.html" > String</ a ></ li >
2015-09-15 14:46:09 +00:00
< li >< a href = "system.html" > System</ a ></ li >
2015-01-18 23:36:36 +00:00
</ ul >
</ section >
</ nav >
< main >
< h1 > {title}</ h1 >
{html}
</ main >
</ div >
< footer >
< div class = "page" >
< div class = "main-column" >
2015-07-01 15:11:10 +00: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 >
2015-01-18 23:36:36 +00:00
< div class = "main-column" >
</ div >
</ footer >
</ body >
2015-05-30 15:12:13 +00:00
</ html >