aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben.burwell@trifecta.com>2016-09-14 12:43:08 -0400
committerBen Burwell <ben.burwell@trifecta.com>2016-09-14 12:43:08 -0400
commite73c3d8f4088a2dca15069fc823601664ea8024c (patch)
treef637a29cd6bccf95ba954fb9b6093549cbe2cede
parentd612d6c38a80d1e3a60a7a50be451a04a9587252 (diff)
Move DOML files to HTML
-rw-r--r--README.md2
-rw-r--r--prog/euclideanAlgorithm.html (renamed from prog/euclideanAlgorithm.doml)0
-rw-r--r--prog/simpleWhileLoop.html (renamed from prog/simpleWhileLoop.doml)0
3 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83ef96b..4902927 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This is a little experiment around using the DOM to represent an [AST](https://e
Clearly, this is not a performant way to do things, but it is fun :)
-After cloning the repository, open up any of the `.doml` files found in the `prog` directory in your browser -- you should see it represented visually, and you'll see any output logged to the console.
+After cloning the repository, open up any of the files found in the `prog` directory in your browser -- you should see it represented visually, and you'll see any output logged to the console.
## About the language
diff --git a/prog/euclideanAlgorithm.doml b/prog/euclideanAlgorithm.html
index 87fa168..87fa168 100644
--- a/prog/euclideanAlgorithm.doml
+++ b/prog/euclideanAlgorithm.html
diff --git a/prog/simpleWhileLoop.doml b/prog/simpleWhileLoop.html
index ab458e6..ab458e6 100644
--- a/prog/simpleWhileLoop.doml
+++ b/prog/simpleWhileLoop.html