From e73c3d8f4088a2dca15069fc823601664ea8024c Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 14 Sep 2016 12:43:08 -0400 Subject: Move DOML files to HTML --- README.md | 2 +- prog/euclideanAlgorithm.doml | 66 -------------------------------------------- prog/euclideanAlgorithm.html | 66 ++++++++++++++++++++++++++++++++++++++++++++ prog/simpleWhileLoop.doml | 38 ------------------------- prog/simpleWhileLoop.html | 38 +++++++++++++++++++++++++ 5 files changed, 105 insertions(+), 105 deletions(-) delete mode 100644 prog/euclideanAlgorithm.doml create mode 100644 prog/euclideanAlgorithm.html delete mode 100644 prog/simpleWhileLoop.doml create mode 100644 prog/simpleWhileLoop.html 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.doml deleted file mode 100644 index 87fa168..0000000 --- a/prog/euclideanAlgorithm.doml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/prog/euclideanAlgorithm.html b/prog/euclideanAlgorithm.html new file mode 100644 index 0000000..87fa168 --- /dev/null +++ b/prog/euclideanAlgorithm.html @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/prog/simpleWhileLoop.doml b/prog/simpleWhileLoop.doml deleted file mode 100644 index ab458e6..0000000 --- a/prog/simpleWhileLoop.doml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/prog/simpleWhileLoop.html b/prog/simpleWhileLoop.html new file mode 100644 index 0000000..ab458e6 --- /dev/null +++ b/prog/simpleWhileLoop.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3