Skip to content

Commit

Permalink
ReadMe files
Browse files Browse the repository at this point in the history
  • Loading branch information
skantar committed Dec 12, 2017
1 parent 244079c commit f81f358
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ other language. With this interpreter you can execute codes like following:
**Prerequsite**:<br/>
- Install [python3.5](https://www.python.org) or later, preferably use a virtualenv.<br/>

### Running test on a file
To execute program, run `python3 __main__.py -f <file>`.
### Running interpreter
To execute c program, run `python3 __main__.py -f <file>`.

For example, to run the [example1](example1.c):
```bash
Expand Down
3 changes: 3 additions & 0 deletions interpreter/interpreter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Interpreter

Interpreter executes correct program using ast as a input. Here I emulate complete memory(global memory and stack)

0 comments on commit f81f358

Please sign in to comment.