Skip to content

Commit

Permalink
Fixed typo and added more details
Browse files Browse the repository at this point in the history
  • Loading branch information
kannangce committed Sep 16, 2023
1 parent 3a76f6e commit 0546a71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ achieved as a result of a given prompt.

The language has to be of below nature,

- Simple.
- Simple(not just Easy).
- Consistent.
- Infinitely recursive.

Expand Down Expand Up @@ -54,9 +54,11 @@ let compiled = interpreter.compile(dslJson);

```
interpreter.run(compiled, null);
// This should retur 6
// This should return 6
```

For more details refer to the [test file](jgentest.js).

## Running tests:

```
Expand Down

0 comments on commit 0546a71

Please sign in to comment.