jasonrbr / CodeReader

MIT License
6 stars 1 forks source link

Parse symbols that might be in return types or parameters. #59

Closed alexandrabrown closed 7 years ago

alexandrabrown commented 7 years ago

This pull request addresses:

57 (detect end of single line comments)

And also parses function return types or parameters such as vector so "say" can correctly output them audibly. Added a function in scopes.py that does this.