Ecosyste.ms: OpenCollective

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

github.com/goby-lang/goby

Goby - Yet another programming language written in Go
https://github.com/goby-lang/goby

Update travis' go version to 1.10.x.

e2147409627840ffe2331e4aded2e26237b980d9 authored almost 7 years ago by st0012 <[email protected]>
Fix decimal test.

1fda275d397fd0dd7d498e4919b6c1c37f708be7 authored almost 7 years ago by st0012 <[email protected]>
Fix http tests.

2e7f23319f5acd3f49145fa315758c73f584aafb authored almost 7 years ago by st0012 <[email protected]>
go fmt

cba921808df53d896e754de89a0c601d7f147785 authored almost 7 years ago by Julio <[email protected]>
Merge branch 'master' into feature/issue-514

e57bef7a21111c871fcdb8d186a35dddbdc5bbd0 authored almost 7 years ago by Julio <[email protected]>
Merge branch 'feature/issue-514' of https://github.com/goby-lang/goby into feature/issue-514

0ee447088d2abaff5b7130dae892df2c91527e62 authored almost 7 years ago by Julio <[email protected]>
changed init logic, was panicing before attempting to build binary

f0a6f1e358f5e16c1e6c6a0e906b6863e95eed07 authored almost 7 years ago by Julio <[email protected]>
goby_test now compiles binary if not existent, fixed conditionals in error tests, added profile.out generated by goby_test.go to gitignore

703485c2bd5cf0d827fde7d17d64ca2c6cc07ad1 authored almost 7 years ago by Julio <[email protected]>
go fmt

9db057e964dfbac4fc28d1d3121332b47c403d7f authored almost 7 years ago by Julio <[email protected]>
Added tests for goby command

f9e7bd927acb9f1a93f8dbaf2f4a5407fa7289f0 authored almost 7 years ago by Julio <[email protected]>
Fix some type formatting issue.

2755b8856cc3773ba6d0773ec175863da4de3724 authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #587 from goby-lang/implement-#550

Implement #550

f9655e09a0a3810ea87a1e819a50a17a7da51e83 authored almost 7 years ago by Stan Lo <[email protected]>
Rename interfaces, types and do some rearrangements.

3a8806937d6a41e0a3f0b06810808f9955937eea authored almost 7 years ago by st0012 <[email protected]>
Remove unnecessarily complicated name compare mechanism.

00dc007480febfd9cad1357acdc3af395fa206da authored almost 7 years ago by st0012 <[email protected]>
Drop usage of legacy test helpers.

84598d550939bbaa52428dbaa9978c6160e3fbde authored almost 7 years ago by st0012 <[email protected]>
Support TestableInstanceVariable.

f046a246dec140fb77cfebf5a79ed5433c59301f authored almost 7 years ago by st0012 <[email protected]>
Add more comments to testable helpers.

ae6c4df002ed365739136d0438d083a6f1129211 authored almost 7 years ago by st0012 <[email protected]>
Improve method definition's param test.

9e4d81887f394a33bf466e20f614980c14d37289 authored almost 7 years ago by st0012 <[email protected]>
Support TestableBooleanExpression.

72bd0512e106345cf811f34d0e61e094d55cace8 authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to CaseExpression, IfExpression and update the verification helpers.

5af1d693b3ff6807b9c0a0b153dcd49179ea0848 authored almost 7 years ago by st0012 <[email protected]>
Minor fixup.

9d102c20ee4ba718223b0090be19ab53dd3efbec authored almost 7 years ago by st0012 <[email protected]>
Add missing build header.

7bbfcec3b514b86ea7ff05afc813e0d7d7a679b7 authored almost 7 years ago by st0012 <[email protected]>
Refactor YieldExpression's test.

2120706cd4dc8a18117a9ce6cce394c14a11f52f authored almost 7 years ago by st0012 <[email protected]>
Refactor String literal's test.

8114667b4ec69db7638c8ec4b5ceb5de43e2dcd4 authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to Constant.

eff5695ac6bf069bd20e5c620c1e4f2ddadddc3d authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to If expression.

7dfdb41c1bd17e4a432bca84a65accbe034e3bba authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to InfixExpression.

75ea9745146ecb0ba4000590116a1f4e331e3ab1 authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to Integer literal

ae2bdd7322297b11152ebfc478878d145cc0c319 authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to HashExpression.

911915d75a7086964a467825a7932e90aadc5787 authored almost 7 years ago by st0012 <[email protected]>
Rename file to be testable_statements.

320a5184e5114aa2dd2f03e3fbc333e53538c2ef authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to AssignExpression.

8a3b70677ebc41c11df1fd4a49cd2c083ab5003c authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to call expression tests.

fdba9aa1298d07ff08cb849d33d3997264385a9a authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to ArrayExpression.

f8c3bd0445424510449661486aa7c27ffd53fd08 authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to identifier tests.

22def8850da27917c84f1e172542ad20c57b586a authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to while statment tests.

7438cf3c814f43c4c56da3c8864ea1a3b57c5f88 authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to module test.

3830f193e5498bdb1ce3bec3b25a34c33d8a9f13 authored almost 7 years ago by st0012 <[email protected]>
Experiment new pattern on ReturnStatement.

68994f527105808333995f89578bd93c3b2f1311 authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to method definition tests.

c20e83fb4cf3bce3af3bbaaa3d8c160b87540cb3 authored almost 7 years ago by st0012 <[email protected]>
Refactor if expression's paring test.

93799c502b824440f1341b5d45b9ff26cd367b85 authored almost 7 years ago by st0012 <[email protected]>
Apply new pattern to class statement.

0ffd13a1884a5694184a90b1cc61ae55a31508b1 authored almost 7 years ago by st0012 <[email protected]>
Rename & reorder expression parsing tests.

898fd242fe9b75726de731e740431f59682dd65d authored almost 7 years ago by st0012 <[email protected]>
Refactor Identifier and Constant's tests.

08fe0816681473ac48d273bae04304ff779af6b4 authored almost 7 years ago by st0012 <[email protected]>
Refactor Integer literal's test and verifications.

12021bf1ecbe863a6b026e0c4ab086bba025e543 authored almost 7 years ago by st0012 <[email protected]>
Refactor call expression related tests.

a2a4fb6fdf14f2cdfe3e4a5377380274dd0fffe2 authored almost 7 years ago by st0012 <[email protected]>
Refactor assign expression related tests.

9a1c75bb1cd07d413ba3adde80801a00caf0e2dd authored almost 7 years ago by st0012 <[email protected]>
Unify node failure's message format.

e0d86e5a49dc9eb9d76642923e59da5ae42b10b2 authored almost 7 years ago by st0012 <[email protected]>
Refactor Array expression's test.

ed9277c07280e170b02136bb505f8e5bb15558e8 authored almost 7 years ago by st0012 <[email protected]>
Refactor parser specs.

Refactor while statement's test.

Separate default helpr functions more cleanly.

Refactor metho...

f97caaa89efc31468027525ca2d8d78606623947 authored almost 7 years ago by st0012 <[email protected]>
Refactor statement parsing tests with new helpers.

d8502c345fc658d00bc8a640e121926d4e25cf18 authored almost 7 years ago by st0012 <[email protected]>
Add IsExpressionStmt and MethodBody helper.

7b35b89f9bf0f03f40275da1ef1704dc4e84f2eb authored almost 7 years ago by st0012 <[email protected]>
Add IsDefStmt and NthStmt helper.

7b6b72ef1574fcd0b2b1d2e8b9dbfd7d44b95cc0 authored almost 7 years ago by st0012 <[email protected]>
Rename TestXXX to TestingXXX.

e4784b1a292ed2a67dd57a30f94ae941021e3b84 authored almost 7 years ago by st0012 <[email protected]>
Refactored ReturnStatement's test.

8e4ddcc93cf352140e32c0ccd2d67b667b2d4399 authored almost 7 years ago by st0012 <[email protected]>
Add comments to helper functions and rename some of them.

128d998d2b1fc9f825fbb60467d72b2543d08843 authored almost 7 years ago by st0012 <[email protected]>
Add two more helper functions for testing method definition.

a51f2606928243571c98161d248cd9364d752a37 authored almost 7 years ago by st0012 <[email protected]>
Extract common helper functions into its own file.

3d18e598ac1160fee8b3eea3035e07bd0b6d2f38 authored almost 7 years ago by st0012 <[email protected]>
Fix parser's test helper.

4b2994494398a4f5929c4a02bdb06c7b6e90ffae authored almost 7 years ago by st0012 <[email protected]>
Make class and method define testing more easier.

368a13fe1d3759b469ae31e98655cbc031a7de7a authored almost 7 years ago by st0012 <[email protected]>
Use build flag to avoid compiling test helper types/functions.

1c01d17aac06033457b8bf458bef524203e9d18e authored almost 7 years ago by st0012 <[email protected]>
Use embedded interface to decouple test types and original types.

7869f49742e07a132647f90df35dd8eea34d51d0 authored almost 7 years ago by st0012 <[email protected]>
Change IsExpressionStmt to IsExpression and make it returns expression directly.

4c9c177b4c97a0d41e9ed48b1808b9631433ffbd authored almost 7 years ago by st0012 <[email protected]>
Make module statement easy to be tested as well.

25e90c6ef956c538e9890af1e68f03d5b424de18 authored almost 7 years ago by st0012 <[email protected]>
Move method definition parsing's tests into its own file.

ec1bd3707b782c2a337b004df6f2b77d08e068af authored almost 7 years ago by st0012 <[email protected]>
Separate statement and expressions' helper functions.

74e9c976a71de8662cd3e14d8558ce7f9c84bd46 authored almost 7 years ago by st0012 <[email protected]>
changed init logic, was panicing before attempting to build binary

0b997ece39c78d4a942adb151df5afa40f01501a authored almost 7 years ago by Julio <[email protected]>
goby_test now compiles binary if not existent, fixed conditionals in error tests, added profile.out generated by goby_test.go to gitignore

950278df913fcefbc73bd6b91d9219b6c418e8fd authored almost 7 years ago by Julio <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/feature/issue-514' into feature/issue-514

01a7709256703631e59b3738344517eba435b7fb authored almost 7 years ago by Julio <[email protected]>
Added tests for goby command

2fd373fe643272e2f1fe493c53ea27c3bb0e7454 authored almost 7 years ago by Julio <[email protected]>
go fmt

716a80165ad6ce50ca120c8ea972a0d3e2900a55 authored almost 7 years ago by Julio <[email protected]>
Update README.md

65dc4831aae5fc2aad06546b5a757713490044c4 authored almost 7 years ago by Stan Lo <[email protected]>
Merge pull request #588 from codetriage-readme-bot/codetriage-badge

Add CodeTriage badge to goby-lang/goby

87fcab8eb77d1ca2065de5b2c7b3aa8c4d74b544 authored almost 7 years ago by Stan Lo <[email protected]>
Add CodeTriage badge to goby-lang/goby

Adds a badge showing the number of people helping this repo on CodeTriage.

[![Open Source Helpe...

ef4ca39be6e625111205b034403fa8c098ff205f authored almost 7 years ago by codetriage-readme-bot <[email protected]>
Merge pull request #585 from goby-lang/fix-#476

Fix #476

9a8b49401711fbb2d81ac14395ec43040cfa3eca authored almost 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into fix-#476

2636396cade6ba1ac6914c15a44defb92fdc3ccb authored almost 7 years ago by Stan Lo <[email protected]>
Bump to v0.1.7

6372f64f2e4a272cb5c20e372bdb3222386d316a authored almost 7 years ago by st0012 <[email protected]>
Merge branch 'master' into fix-#476

8d16a47a6857c7bcffa219ef2adf2bce7e0e5799 authored almost 7 years ago by Stan Lo <[email protected]>
Rename PairExpression to ArgumentPairExpression.

0dffa61ee9fe59b9980bce62e41c58f98a09a356 authored almost 7 years ago by st0012 <[email protected]>
Raise error when parsing isolated pair expression.

2699fc2e929ac99cb7bbfde63e683e4b45ddce23 authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #583 from saveriomiroddi/sm-implement-range-enumerator

Minimal Range enumerator implementation

a2980ba4eee59eb05c83b328f41a855934c58b28 authored almost 7 years ago by Stan Lo <[email protected]>
Minimal Range enumerator implementation

a460def5e3bbabba2462f3bcc3281b2115c326a8 authored almost 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #573 from saveriomiroddi/sm-implement-lazy-enumerator

Lazy Enumerator, with lazy array enumeration

87f8d4cf8f8fa160f6178e5d9470e6d9e6dfc732 authored almost 7 years ago by Stan Lo <[email protected]>
Implentation of lazy enumeration wrapper (LazyEnumerator)

71826f9a5492d5b54361efec2ba4bf97b1b2b4cc authored almost 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #572 from saveriomiroddi/sm-implement-array-enumerator

Basic implementation of ArrayEnumerator

fbc36d88218cc7ee9522236f631e354e1531c2e4 authored almost 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into sm-implement-array-enumerator

5fb3534d923c63f94c80270544e8bc6768972ee1 authored almost 7 years ago by Stan Lo <[email protected]>
Remove the unused token: token.incr and token.Decr

0a5af778f5d54b8a0ff73f7c4be8734e7ef34af6 authored almost 7 years ago by hachi8833 <[email protected]>
Basic implementation of ArrayEnumerator

33efd69f192c5c3260b022f6ee63db057b31f7e5 authored almost 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #579 from goby-lang/fix-#578

Allow calling break inside a block.

852d8e533da19c07d1e5edfc9ba256a6b54170bb authored almost 7 years ago by Stan Lo <[email protected]>
Add StopIteration error class

5ba447a4cb5811667e4a85107629e81b80521b97 authored almost 7 years ago by Saverio Miroddi <[email protected]>
Return nil as result if block's execution encouters break.

54c466f853bf11400d0a05b6b8e01e42faa5ba14 authored almost 7 years ago by st0012 <[email protected]>
Allow calling break inside a block.

Todo this, we need different mechanism than while statement's break.
Cause if we want to break f...

400e90a0408b67beab99eb45084ac9bb4b0cdbf9 authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #576 from goby-lang/fix-#575

Fix #575

e79ecfbb0fb2822d690b5eb72f275963740ae247 authored almost 7 years ago by Stan Lo <[email protected]>
Fix constant lookup mechanism and related functions better names.

4df0f62d0a2e974d5a563087d6e476850155ef6d authored almost 7 years ago by st0012 <[email protected]>
Make verifyExpected accept array expectation.

d4fcd2c3f2edf0e402c4793dd933d0fe287a1e64 authored almost 7 years ago by st0012 <[email protected]>
Add failed tests and sample code.

1ad39d0690ddb007c0dfabe49a292592e1c4a464 authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #566 from goby-lang/implement-#546

Implement #546 (Block object)

019e32db82dd54841611a297a12a557b6b37dff9 authored almost 7 years ago by Stan Lo <[email protected]>
Support get_block instruction.

0c41d9dc37ec8169c47ada7ab62fb3631d7d7a56 authored almost 7 years ago by st0012 <[email protected]>
Add Block class.

b871cfe2361501979f0b873e1546758084fca2c5 authored almost 7 years ago by st0012 <[email protected]>
Support new keyword: get_block

ca6cec8200fa06192def51366d1764741f90faed authored almost 7 years ago by st0012 <[email protected]>
Add get_block keyword's tests.

ff8f4661dc3be5a7fbd33c0dabda01a238a269a6 authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #551 from amohamedali/fix-#548

Drop support of then keyword

7a8464d8ceada4024e6e6c7235dec2a7919b2327 authored almost 7 years ago by Stan Lo <[email protected]>