Skip to content

Commit

Permalink
Minor refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevReaper0 committed Oct 9, 2021
1 parent 894cf2d commit a80d427
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 168 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
*.bat
*.spec
.env
PCPM
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Complete regex support
- Better interfacing with python code from ParaCode

## [2.0.1] - 2021-10-9
### Changed
- Moved PCPM code to it's own repository (https://github.com/DaRubyMiner360/PCPM)

## [2.0.0] - 2021-10-9
### Added
- Standard library written largely in ParaCode itself
Expand All @@ -33,5 +37,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Security
- PCPM package uploading doesn't require a login

[Unreleased]: https://github.com/DaRubyMiner360/ParaCode/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/DaRubyMiner360/ParaCode/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/DaRubyMiner360/ParaCode/releases/tag/v2.0.1
[2.0.0]: https://github.com/DaRubyMiner360/ParaCode/releases/tag/v2.0.0
Binary file modified PCPM
Binary file not shown.
2 changes: 1 addition & 1 deletion ParaCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ParaCode():
initialized = False

# Language Info
version = "2.0.0"
version = "2.0.1"
release_stage = "stable"

def __init__(self):
Expand Down
Binary file removed interpreter/env/__pycache__/builtins.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file removed interpreter/env/builtin/__pycache__/time.cpython-38.pyc
Binary file not shown.
166 changes: 0 additions & 166 deletions main.go

This file was deleted.

Binary file removed repl/__pycache__/repl.cpython-38.pyc
Binary file not shown.

0 comments on commit a80d427

Please sign in to comment.