Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 6570218

Browse files
author
vikasrohit
authored
Merge pull request #2 from maxceem/feature/check-balanced-parentheses
Feature/check balanced parentheses
2 parents 96689d2 + 5c82b0b commit 6570218

File tree

6 files changed

+70
-6
lines changed

6 files changed

+70
-6
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,5 @@ jspm_packages
3333
# Editors
3434
.idea
3535

36-
# Lib
37-
lib
38-
3936
# others
40-
.DS_Store
37+
.DS_Store

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This is a very simple version of a compiler expression evaluation. It can be used for parsing expressions without introducing the risk of script injection via `eval` method.
44

5+
# Submission
6+
7+
For now we always should include updated prebuilt code into the repository. As for now for quick development we include this npm module directly as git repository.
8+
9+
To do so, run before commit:
10+
```sh
11+
npm run prepublish
12+
```
13+
514
# Commands
615

716
- `npm run clean` - Remove `lib/` directory

lib/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)