init
This commit is contained in:
8
bml/test/tutorial-example1/project.bml
Executable file
8
bml/test/tutorial-example1/project.bml
Executable file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head><title><?project project?></title>
|
||||
<body>
|
||||
<h1><?project project?></h1>
|
||||
|
||||
<?greeting greeting?>
|
||||
</body>
|
||||
</html>
|
||||
10
bml/test/tutorial-example1/project.correct
Executable file
10
bml/test/tutorial-example1/project.correct
Executable file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head><title>The Alabaster Project</title>
|
||||
<body>
|
||||
<h1>The Alabaster Project</h1>
|
||||
|
||||
<p>Welcome to The Alabaster Project, a joint effort between the citizens of earth
|
||||
and Spumco, Inc.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
6
bml/test/tutorial-example1/scheme.look
Executable file
6
bml/test/tutorial-example1/scheme.look
Executable file
@@ -0,0 +1,6 @@
|
||||
project=>The Alabaster Project
|
||||
|
||||
greeting<=
|
||||
<p>Welcome to <?project project?>, a joint effort between the citizens of earth
|
||||
and Spumco, Inc.</p>
|
||||
<=greeting
|
||||
Reference in New Issue
Block a user