Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Lark

Improve the Lark toolkit and its surrounding utilities
Collective - Host: opensource - https://opencollective.com/lark - Website: https://erezsh.com - Code: https://github.com/erezsh

Fixed basic arithmetic

github.com/erezsh/Preql - 7710c6f583cd9ee738ad4884ad0a7b07608ffe3d authored about 5 years ago by Erez Sh <[email protected]>
Some fixes and refactoring

github.com/erezsh/Preql - d05ae5aa627bcfb46d83c46224d12d14cf8c747b authored about 5 years ago by Erez Sh <[email protected]>
Fixes to update, meta

github.com/erezsh/Preql - 0cea8980a560d6f7ef2447dab6c54a0af25f5d85 authored about 5 years ago by Erez Sh <[email protected]>
Basic support for update!

github.com/erezsh/Preql - c31643b736d5f58398e8380e0ae28b7c91d6859b authored about 5 years ago by Erez Sh <[email protected]>
Pretty error reporting

github.com/erezsh/Preql - fe0a654f06d89f0dd7bd3297a101fa28e2ae0884 authored about 5 years ago by Erez Sh <[email protected]>
All Ast instances now start with a meta field

github.com/erezsh/Preql - ea205d1051c6b016fdd5d510e0cc3646ec47a4ba authored about 5 years ago by Erez Sh <[email protected]>
Slightly better error messages

github.com/erezsh/Preql - bf315f0e8667ac64d48993ff0cb4e9ef3339fd41 authored about 5 years ago by Erez Sh <[email protected]>
Fixes to aggregation. Added the // operator

github.com/erezsh/Preql - 9faba9d72156dcd8faa9afe6847be51420442383 authored about 5 years ago by Erez Sh <[email protected]>
Some fixes regarding aggregation

github.com/erezsh/Preql - c206423002daf69d24beebd11e4d6fef3936d22c authored about 5 years ago by Erez Sh <[email protected]>
Refactor: Better code for handling aggregation

github.com/erezsh/Preql - 1d5eb4d1543f1d5c56472d8af7ba915f6729faf1 authored about 5 years ago by Erez Sh <[email protected]>
Improvements to interface

github.com/erezsh/Preql - c926495d68b390fbacf51810915c4a863a4f7944 authored about 5 years ago by Erez Sh <[email protected]>
Split interpreter (evaluation+compilation) to smaller parts as separate files

github.com/erezsh/Preql - 6aaa607241e9b819dddf934e6a87dca13b584eb7 authored about 5 years ago by Erez Sh <[email protected]>
Added tests

github.com/erezsh/Preql - 8939a9902f563f5d191a6f12946035ac2d8198d4 authored about 5 years ago by Erez Sh <[email protected]>
test_structs now passing

github.com/erezsh/Preql - b94cb1d07ae6a99ac3917b5a04cf1b88870c06d8 authored about 5 years ago by Erez Sh <[email protected]>
Fixed parsing error

github.com/erezsh/Preql - 9fea86ec499e368a954a445044992bc63266960e authored about 5 years ago by Erez Sh <[email protected]>
Forgot to add files

github.com/erezsh/Preql - 8acbe44c20942a6deb18f462cafcb7a04ca778ca authored about 5 years ago by Erez Sh <[email protected]>
Added tests and fixed bugs, added order

github.com/erezsh/Preql - 1bbdd0a59b3925bea9c8247be30ce7f5f5cda2e0 authored about 5 years ago by Erez Sh <[email protected]>
temptable() working

github.com/erezsh/Preql - 7dd562801a1cedc24ec4834e6e29d930007a6d4a authored about 5 years ago by Erez Sh <[email protected]>
Fixed and simplified enum

github.com/erezsh/Preql - 66c65435c2e88018c15118ab8db3b703f2d7ce44 authored about 5 years ago by Erez Sh <[email protected]>
Added table operations (arith & enum)

github.com/erezsh/Preql - 257d62b55f8a233b675aa651f61c6fdcfe0ba501 authored about 5 years ago by Erez Sh <[email protected]>
Count working + tests for join & groupby

github.com/erezsh/Preql - 0b2de20756802f1db2271990002675465d0aa14e authored about 5 years ago by Erez Sh <[email protected]>
Joins working

github.com/erezsh/Preql - e9f8047313cf78cf9051158d47f5cbe73f20f388 authored about 5 years ago by Erez Sh <[email protected]>
Added limit() function, removed use of subqueries (not needed for now)

github.com/erezsh/Preql - bc7bab63c5dcbf9f6f73640e64838250f1fb201d authored about 5 years ago by Erez Sh <[email protected]>
Bugfixes

github.com/erezsh/Preql - 97a6a21772cdfb945ded59fb80b860edb4969c58 authored about 5 years ago by Erez Sh <[email protected]>
User functions working (basic functionality)

github.com/erezsh/Preql - 36d6ccdf86a6004d02b2e543dbc3ee2c5ec712a8 authored about 5 years ago by Erez Sh <[email protected]>
Recursive projection working

github.com/erezsh/Preql - d5e7f5be9ffc482b9d3d8b61613e2edfb0f9b4cb authored about 5 years ago by Erez Sh <[email protected]>
Basic projection works

github.com/erezsh/Preql - 8009183eb91c665b22eca1c11242a62c31d79e11 authored about 5 years ago by Erez Sh <[email protected]>
Selection seems to be working

github.com/erezsh/Preql - e9cc975b3519a01b150ebd7db33cc5e37f0f3451 authored about 5 years ago by Erez Sh <[email protected]>
Basic querying works + structs

github.com/erezsh/Preql - b09ecccfc4461b4158693ab24f09591878cfbb8a authored about 5 years ago by Erez Sh <[email protected]>
Rewriting Preql, first batch of code. Can already create table, and insert records with structs.

github.com/erezsh/Preql - 60cdaace3bc18626d67faf172d1b4912a869ecc4 authored about 5 years ago by Erez Sh <[email protected]>
Initial

github.com/erezsh/Preql - 0479bde09bccfb590c600dfe7c37e762c07d1ae8 authored about 5 years ago by Erez Sh <[email protected]>
Update README.md

github.com/erezsh/filedict - 5241ab9ca8197486fc3383ed3a0e44c245c97527 authored over 5 years ago by Erez Shinan <[email protected]>
Update README.md

github.com/erezsh/filedict - 060b3dd9ba7c0562776e28314a03e0a38abf0ee2 authored over 5 years ago by Erez Shinan <[email protected]>
Updated README

github.com/erezsh/Lark_Julia - 33a6c362bd2707a0bb7f4e373d58f76ba39fcab9 authored over 5 years ago by Erez Sh <[email protected]>
Added support for multiple starts, keep_all_tokens (!), array args

github.com/erezsh/Lark_Julia - a415b33d9b7692b86d97c6b09688ccef40391eaa authored over 5 years ago by Erez Sh <[email protected]>
Updated README

github.com/erezsh/Lark_Julia - 6b13ab44ed4f79bbc8818669fbeddeb81be02a88 authored over 5 years ago by Erez Sh <[email protected]>
Better interface

github.com/erezsh/Lark_Julia - e3b423e55a81e9db6f5cfa3e257c1554d3af2273 authored over 5 years ago by Erez Sh <[email protected]>
Updated README

github.com/erezsh/Lark_Julia - 79d50a6c81085c39c005a7fcb781a5ec13762189 authored over 5 years ago by Erez Sh <[email protected]>
First commit, tests are passing

github.com/erezsh/Lark_Julia - 966449c55ba47740a794bb2de39aec8c44f22942 authored over 5 years ago by Erez Sh <[email protected]>
Initial commit

github.com/erezsh/Lark_Julia - 2c1a803b00295ddf5bed30a2d9db6d637646ec9f authored over 5 years ago by Erez Shinan <[email protected]>
Added setup script

github.com/erezsh/homeconf - c26cc4ced47be226d8376a6fba053d0f9a17fb5e authored over 6 years ago by Erez Shinan <[email protected]>
Update README.md

github.com/erezsh/plyplus - bd2e7d37e4a3a80812a13b84584fd885d5a24f4c authored almost 7 years ago by Erez Shinan <[email protected]>
Update README.md

github.com/erezsh/plyplus - 3274f64d27fccf6ab8e41528c405e598481a3e44 authored almost 7 years ago by Erez Shinan <[email protected]>
Added vim as git editor

github.com/erezsh/homeconf - fa9f3caa6f34a6f5b8af891e8ed785092ed790b9 authored almost 7 years ago by Erez Shinan <[email protected]>
Update README.md

github.com/erezsh/autocast - 264c0ff7e8f304e35909de2f7773c13226f9332b authored about 7 years ago by Erez Shinan <[email protected]>
First commit

github.com/erezsh/autocast - 51da30e0fb1c84407f6f7d46a2f93ddbe24da816 authored about 7 years ago by Erez Shinan <[email protected]>
Fixed README and improved the code a bit

github.com/erezsh/autocast - a8256a269fe676ebb010004de4550f24a5f36d65 authored about 7 years ago by Erez Shinan <[email protected]>
Tiny fix

github.com/erezsh/autocast - 8d36974ab49f6f15b5372f49322890d9b3bb73ef authored about 7 years ago by Erez Shinan <[email protected]>
Initial commit

github.com/erezsh/autocast - 19c25071385d642d14b27025deee87a34392d1b4 authored about 7 years ago by Erez Shinan <[email protected]>
Bugfix version bump

github.com/erezsh/plyplus - 61056e44f7efe94bf519feae420dd385ae6ca812 authored almost 8 years ago by Erez Shinan <[email protected]>
Fixed Python3 compatibility issues in pearley.py

github.com/erezsh/plyplus - e648cba9da0b2d93e362e799280cf494f91ecfb9 authored almost 8 years ago by Erez Shinan <[email protected]>
Better exception handling for pearley

github.com/erezsh/plyplus - 3ae18bb71be3c91567b4e643e318b4b7aafbf4e8 authored almost 8 years ago by Erez Shinan <[email protected]>
Minor version bump

github.com/erezsh/plyplus - 0ba94b10c093d16fc5648528eaa80033b72570bd authored almost 8 years ago by Erez Shinan <[email protected]>
Minor improvements to the Python Grammar, and tests.

github.com/erezsh/plyplus - 958bab340b2fa3db2dee69bbb2a98a1144cde8e4 authored almost 8 years ago by Erez Shinan <[email protected]>
Fixed minor bug described in issues #39

github.com/erezsh/plyplus - 161fc0d312b098fea4a559d3e22b586923b407db authored almost 8 years ago by Erez Shinan <[email protected]>
Update the loading of Vundle to its new interface

github.com/erezsh/homeconf - 1822a78da5ffa94289d539d1501c5a022aba4ce6 authored about 8 years ago by Erez Shinan <[email protected]>
Version Bump

github.com/erezsh/plyplus - bd351ca34c45ee19907a9879ec1930f2e0dd978a authored about 8 years ago by Erez Shinan <[email protected]>
Fixed typo in errors

github.com/erezsh/plyplus - 0f6189d374cfb62a239da762ee2aa9b420d6199f authored about 8 years ago by Erez Shinan <[email protected]>
Merge branch 'Smattr-ade0ead5-5920-4a6c-80c9-39fa073f1f35'

github.com/erezsh/plyplus - 3b61585a6ac3ab0b4c17c1664a61da8ffe86c260 authored about 8 years ago by Erez Shinan <[email protected]>
fix ParseError handling in Python 3

Strings are unicode by default in Python 3 and the unicode constructor is gone.
Support for hand...

github.com/erezsh/plyplus - dc0ac89b080c6602b9a562fc79d1f5f510a67744 authored about 8 years ago by Matthew Fernandez <[email protected]>
fix Python 3 import error

The import rules in Python 3 differ from Python 2 and it does not appear to like
this style of i...

github.com/erezsh/plyplus - aab97a132d863a9ad65959ae59d56a713ca3f8c0 authored about 8 years ago by Matthew Fernandez <[email protected]>
Version Bump

github.com/erezsh/plyplus - a6f435ab29442121e7432d662a9bad100166e3e7 authored about 8 years ago by Erez Shinan <[email protected]>
Merge pull request #36 from 15five/mark-no-zip-safe

Mark package as not zip safe

github.com/erezsh/plyplus - 8eed542fab05a7162e55495a812a89dce9295175 authored about 8 years ago by Erez Sh <[email protected]>
Mark package as not zip safe

github.com/erezsh/plyplus - 0d3da028ab11408cffc7ce2453d8ab0ffd74c600 authored about 8 years ago by Paul Logston <[email protected]>
Added setup, improved readme

github.com/erezsh/typecast - b8ee7ee43763032deae5fd64c6f51a4181bd8d24 authored about 8 years ago by Erez Shinan <[email protected]>
Better README.md

github.com/erezsh/typecast - 3956a22af7d90c2addd9159e77cfde0c57a164b7 authored about 8 years ago by Erez Shinan <[email protected]>
Better README.md

github.com/erezsh/typecast - 16a47c8ac9f4006371cfe864495370abca1eaefe authored about 8 years ago by Erez Shinan <[email protected]>
Better README

github.com/erezsh/typecast - e553c22f8aebfbbccb77554314adcb0e543d1fbf authored about 8 years ago by Erez Shinan <[email protected]>
Initial

github.com/erezsh/typecast - 1d9fe47caffe1dd7812dc5ba92a858e66c630d47 authored about 8 years ago by Erez Shinan <[email protected]>
Initial commit

github.com/erezsh/typecast - 8d49a882b8b5b35ddcdc5d5034348a8458bf0df1 authored about 8 years ago by Erez Sh <[email protected]>
Added shortcuts to grammars

github.com/erezsh/plyplus - a61b838a36008f2e3d32509b1b723a7a9bdb1bd9 authored over 8 years ago by Erez Shinan <[email protected]>
Optimized pearley by a factor

github.com/erezsh/plyplus - 30b9bb45fe9d87bb3842fbc77a648148df2008dd authored over 8 years ago by Erez Shinan <[email protected]>
Simplified examples/json.py

github.com/erezsh/plyplus - a30d8a4524e7c1e492fa7fe65e79a410084f369c authored over 8 years ago by Erez Shinan <[email protected]>
Merge pull request #2 from Fawers/python3-support

Add support for Python 3 (or at least some support)

github.com/erezsh/lambdaX - f8ea4b5c2bca37f57c588031141a1b8be98b5cc3 authored over 8 years ago by Erez Sh <[email protected]>
Add support for Python 3

github.com/erezsh/lambdaX - 621860dae26bb6ca90bc38ecfe3aca371db62772 authored over 8 years ago by Fawers <[email protected]>
Merge branch 'pearley'

github.com/erezsh/plyplus - 4bdcd9f1255beaf41cbb56d37786c1705a24887a authored over 8 years ago by Erez Shinan <[email protected]>
Bumped version & updated README

github.com/erezsh/plyplus - 96963d3d8adf1b9419054b893a2ec246e8533c33 authored over 8 years ago by Erez Shinan <[email protected]>
Added engine option to plyplus (ply is still default)

github.com/erezsh/plyplus - ca76dbd54bf785b45e7414e24497b57943f58cc7 authored over 8 years ago by Erez Shinan <[email protected]>
Added docs

github.com/erezsh/plyplus - cce87ffc1d9a519d6bdd1aff96286c8e8dc4bcea authored over 8 years ago by Erez Shinan <[email protected]>
Added the Pearley engine. passing all tests (but slowly)

github.com/erezsh/plyplus - 7cd32425b26cda1c61ead6261c2892c44576d0b0 authored over 8 years ago by Erez Shinan <[email protected]>
Removed unnecessary code

github.com/erezsh/plyplus - 079b71a1e7ea9903d09fd82f0ab70f273c773ad0 authored over 8 years ago by Erez Shinan <[email protected]>
Simpler simplify_tokendefs code

github.com/erezsh/plyplus - ee54774b3b00e97f11c86e796302f2011bc38484 authored over 8 years ago by Erez Shinan <[email protected]>
Refactoring - Extracted Engine_PLY into engine_ply.py + Other changes

github.com/erezsh/plyplus - 862413236528cce8ab765cd74dd692984456ee66 authored over 8 years ago by Erez Shinan <[email protected]>
Code simplifications

github.com/erezsh/plyplus - 7f9ca5c88a342bf443419b3cd821fcb4b46ad784 authored over 8 years ago by Erez Shinan <[email protected]>
Operator Expansion in a seperate pass: More modularity and easier to debug

github.com/erezsh/plyplus - e2b258221a7a6e197015a76c2c41b7bae09e0b4f authored over 8 years ago by Erez Shinan <[email protected]>
Refactors, Documentation & Optimizations

* Refactored PLY specific functions to Engine_PLY
* Added documentation for plyplus options
* Bu...

github.com/erezsh/plyplus - 4d2d2c1a1d011de522f876acda0fdf8f25d5b44f authored over 8 years ago by Erez Shinan <[email protected]>
Improved README

github.com/erezsh/plyplus - ced9377e6c26dcf308dd9f480411af9c8dbe9c56 authored over 8 years ago by Erez Shinan <[email protected]>
Error messages are now classes

This means their values (line, col, type) are now accessible.

(modifications by Erez)

github.com/erezsh/plyplus - 4c385415ce7098cd7010207c4926f658572c12ff authored over 8 years ago by led02 <[email protected]>
Merge pull request #32 from pkociepka/master

Lex/Yacc converter.

github.com/erezsh/plyplus - 573affc85ebf6032df09db7c07f0493516e79cb1 authored almost 9 years ago by Erez Sh <[email protected]>
modified README file

github.com/erezh/Hello-World - ad0b74bab6067fe7b920e34ffc10e207ed7c7a64 authored about 9 years ago by erezh <[email protected]>
Create README.md

github.com/erezh/Hello-World - 54a211a46c6e61f9029c575e1b98373cef67e738 authored about 9 years ago by Erez Hazak <[email protected]>
Lex/Yacc converter.

github.com/erezsh/plyplus - 0f6b8d849900e649a9f56378a802c3113eb5bb1a authored about 9 years ago by Piotr Ociepka <[email protected]>
Version Bump

github.com/erezsh/plyplus - 5a4c8cbe6931635924f234a83b3ff8fb3124476d authored over 9 years ago by Erez Shinan <[email protected]>
Merge pull request #29 from joshuaali/unique-temp-dir

Use unique temporary directory

github.com/erezsh/plyplus - 2b22f43f8fa7380b80fde5b26acca0c881cf16dc authored over 9 years ago by Erez Sh <[email protected]>
Create unique temporary directory for each user

github.com/erezsh/plyplus - f6dc8bf9c9d09532ded920f4d4d82e16f4c44390 authored over 9 years ago by Joshua Ali <[email protected]>
Merge pull request #28 from joshuaali/yacc-errorlog

Invalid errorlog being passed to yacc in grammer_parser.py

github.com/erezsh/plyplus - d6dea1f07b04dfaff8beb461ddd3898d1e8ebcf1 authored over 9 years ago by Erez Sh <[email protected]>
Fixed AttributeError

AttributeError: type object 'exceptions.Exception' has no attribute 'warning'
when importing Ply...

github.com/erezsh/plyplus - 18180d08f27ba7f11548821db8a7fd3192739438 authored over 9 years ago by Rafal Macyszyn <[email protected]>
Fix for python3; more grammar checking

github.com/erezsh/plyplus - 2b8d12799f330d0ff74ebb8a6232bf3ea96e8920 authored over 9 years ago by Erez Shinan <[email protected]>
Merge pull request #22 from Smattr/a73d13e9-cc69-4e53-9658-98ecb20d25cc

Fix some comment typos in Python grammar.

github.com/erezsh/plyplus - f9797220be2f85259631d43613f02b7a5f7af4c0 authored over 9 years ago by Erez Sh <[email protected]>
Fix some comment typos in Python grammar.

github.com/erezsh/plyplus - d26a9dca6fa3a553a6fc2917e14fb04a37f08f57 authored over 9 years ago by Matthew Fernandez <[email protected]>