clean up typed pages
This commit is contained in:
10
app/views/pages/typed/_menu.html.haml
Normal file
10
app/views/pages/typed/_menu.html.haml
Normal file
@ -0,0 +1,10 @@
|
||||
.row
|
||||
%ul.nav
|
||||
%li
|
||||
%a{:href => "/typed/typed.html"} Typed
|
||||
%li
|
||||
%a{:href => "/typed/benchmarks.html"} Performance
|
||||
%li
|
||||
%a{:href => "/typed/debugger.html"} Debugger
|
||||
%li
|
||||
%a{:href => "/typed/syntax.html"} Syntax (obsolete)
|
@ -1,8 +1,7 @@
|
||||
%hr/
|
||||
%p
|
||||
layout: typed
|
||||
title: Simple soml performance numbers
|
||||
—
|
||||
= render "pages/typed/menu"
|
||||
|
||||
%h1= title "Simple soml performance numbers"
|
||||
|
||||
%p
|
||||
These benchmarks were made to establish places for optimizations. This early on it is clear that
|
||||
performance is not outstanding, but still there were some surprises.
|
||||
|
@ -1,8 +1,7 @@
|
||||
%hr/
|
||||
%p
|
||||
layout: typed
|
||||
title: Register Level Debugger / simulator
|
||||
—
|
||||
= render "pages/typed/menu"
|
||||
|
||||
%h1= title "Register Level Debugger / simulator"
|
||||
|
||||
%h2#views Views
|
||||
%p
|
||||
From left to right there are several views showing different data and controls.
|
||||
|
@ -1,8 +1,7 @@
|
||||
%hr/
|
||||
%p
|
||||
layout: typed
|
||||
title: Soml Syntax
|
||||
—
|
||||
= render "pages/typed/menu"
|
||||
|
||||
%h1= title "Soml Syntax"
|
||||
|
||||
%h4#top-level-class-and-methods Top level Class and methods
|
||||
%p The top level declarations in a file may only be class definitions
|
||||
%pre
|
||||
|
@ -1,9 +1,7 @@
|
||||
%hr/
|
||||
%p
|
||||
layout: typed
|
||||
title: Typed intermediate representation
|
||||
—
|
||||
%h3#intermediate-representation Intermediate representation
|
||||
= render "pages/typed/menu"
|
||||
|
||||
%h1= title "Typed intermediate representation"
|
||||
|
||||
%p
|
||||
Compilers use different intermediate representations to go from the source code to a binary,
|
||||
which would otherwise be too big a step.
|
||||
|
Reference in New Issue
Block a user