clean up typed pages

This commit is contained in:
Torsten Ruger
2018-04-11 19:43:29 +03:00
parent 365d07e606
commit 3ac0745c8e
7 changed files with 26 additions and 61 deletions

View 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)

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.