https://github.com/realtux/arch
Experimental lexical analyzer and programming language
https://github.com/realtux/arch
Last synced: 4 months ago
JSON representation
Experimental lexical analyzer and programming language
- Host: GitHub
- URL: https://github.com/realtux/arch
- Owner: realtux
- Created: 2014-08-31T17:08:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T03:20:09.000Z (over 10 years ago)
- Last Synced: 2025-01-14T13:28:12.782Z (6 months ago)
- Language: Python
- Size: 305 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arch v0.01
==========Experimental lexical analyzer and programming language with a focus on recursive parsing techniques.
Arch aims to be:
- Clean
- Functional### Change Log
v0.0.1
- Added expression evaluation
- Added support for else constructs for conditionals
- Added support for nested conditionals
- Added conditionals supporting one expression
- Added "out" support for integers
- Added concatenation
- Added variables
- Added parse checking
- Added error handling
- Added "out" support for strings
- Added language construct "out" for outputting data to stdout