0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Weaken containers bound More... almost 6 years ago
Merge pull request #48 from dperelman/fix/parse-error-either More... about 6 years ago
Merge pull request #47 from dperelman/fix/warnings More... about 6 years ago
Switch to using just Either instead of Error. More... about 6 years ago
Remove unused imports in src/Language/Python/Version3/Parser/Lexer.x. More... about 6 years ago
Errors on incomplete patterns in LexerUtils.hs to make the compiler know they are exhaustive. More... about 6 years ago
Errors on unused states in checkArguments/checkParameters. A better fix would be to use an enum type instead of an int. More... about 6 years ago
Errors on incomplete patterns in ParserUtils.hs to make the compiler know they are exhaustive. More... about 6 years ago
Import only instances from PrettyToken. (-Wunused-imports complained.) More... about 6 years ago
Remove unused import of isJust. (-Wunused-imports complained.) More... about 6 years ago
Add pattern matches for NoLocation. (-Wincomplete-patterns complained.) More... about 6 years ago
Bump version number to 0.5.6 to prepare for release More... over 6 years ago
force ghc 7 for parser files to reduce build times More... over 6 years ago
Merge pull request #38 from garetht/master More... about 7 years ago
Merge pull request #40 from truls/master More... over 7 years ago
Fix building with GHC >= 8.4 (hide Prelude.<> export) More... over 7 years ago
update stack file More... over 7 years ago
Change naming of AnnotatedAssign arguments. More... almost 8 years ago
Add support for Python 3.6 format strings. More... almost 8 years ago
Add support for variable annotation syntax. More... almost 8 years ago
Add dict unpacking generalizations. More... almost 8 years ago
Add matrix multiplication infix and assign operator. More... almost 8 years ago
Add support for async for comprehensions. More... almost 8 years ago
Fix printing of async. More... almost 8 years ago
Add support for async/await syntax in Python 3.5 More... almost 8 years ago
Add files to gitignore. More... almost 8 years ago
Fix unused import warnings and simultaneously fix ghc 8.2.1 build More... about 8 years ago
Merge pull request #34 from mkovacs/master More... over 8 years ago
update links to documentation More... over 8 years ago
Bump version number to 0.5.5 More... over 8 years ago