Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardo-matos/matching-brackets
Python script to verify if expression is balanced
https://github.com/eduardo-matos/matching-brackets
Last synced: about 1 month ago
JSON representation
Python script to verify if expression is balanced
- Host: GitHub
- URL: https://github.com/eduardo-matos/matching-brackets
- Owner: eduardo-matos
- License: mit
- Created: 2013-11-19T17:15:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T18:51:42.000Z (almost 10 years ago)
- Last Synced: 2023-03-17T18:31:16.385Z (over 1 year ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matching Brackets
[![Build Status](https://travis-ci.org/eduardo-matos/matching-brackets.png?branch=master)](https://travis-ci.org/eduardo-matos/matching-brackets) [![wercker status](https://app.wercker.com/status/9fb5213c20326c3a94453f07ba07d835/m "wercker status")](https://app.wercker.com/project/bykey/9fb5213c20326c3a94453f07ba07d835) [![Build Status](https://api.shippable.com/projects/5478baf6d46935d5fbbee4e6/badge?branchName=master)](https://app.shippable.com/projects/5478baf6d46935d5fbbee4e6/builds/latest)
Python script to verify if expression is balanced
## Unit tests
Execute `python brackets.py` to run the unit tests.