Metadata-Version: 2.1
Name: mathpy-string
Version: 1.0
Summary: MathPy Project Programming language
Author: Joyful-Bard
Author-email: <thisis@notarealemail.com>
Keywords: mathpy,script,language
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


# TODO Checklist



## MathPy Language





### Main



- [x] Rework Lexer tokenize process

	- [x] Allow tokens longer than 1 character





- [x] Boolean Operators





- [x] Conditions

	- [x] if

	- [x] else if

	- [x] else





- [x] Loops

	- [x] For loop

	- [x] While loop





- [x] Lists

	- [x] Add Iterables class





- [ ] Switch statement





- [ ] Objects (JS)

	- [ ] Allow names in body without being defined --> attributes/methods





### Secondary

- [ ] Find a better algorithm/formula for \_\_getitem\_\_ MathPyString





## MathPy Formulas (LaTeX)



- [ ] Add technical (CS) information on each formula:

	- [ ] Complexity (Big-O)

	- [ ] Implementation

