Skip to content

Commit

Permalink
reorg both readmes and add make system version req
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayof committed Oct 17, 2020
1 parent 45090e8 commit 45d7d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Flex 2.6.4
- Bison 3.5.1
- GCC 9.3.0
- Make 4.2.1

## Usage

Expand Down
21 changes: 1 addition & 20 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# CPPython - Lexer/Parser

## Requirements

- Flex 2.6.4
- Bison 3.5.1
- GCC 9.3.0

## Usage

```bash
$ make
$ ./cppython tests/parser/valid_1.ppy # for valid test
$ ./cppython tests/parser/invalid_1.ppy # for invalid test
```

## Output examples
## Examples

- Valid input 1:
- Commands: ./cppython tests/parser/valid_1.ppy
Expand Down Expand Up @@ -58,8 +44,3 @@ $ ./cppython tests/parser/invalid_1.ppy # for invalid test
LexerError: line 1, column 2, token '^' is not recognized
```

## Author

Name: Dayanne Fernandes da Cunha
University ID: 130107191

0 comments on commit 45d7d52

Please sign in to comment.