diff options
-rw-r--r-- | README.md | 2 | ||||
-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
@@ -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 |