Ecosyste.ms: OpenCollective

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

goby

We are on a mission to create a new language that helps developers develop microservices efficiently
Collective - Host: opensource - https://opencollective.com/goby - Code: https://github.com/goby-lang/goby

add String#to_i

github.com/goby-lang/goby - 5cc2e848b498843c6183d64c7ad90d34bfb03d8a authored over 7 years ago by Adler <[email protected]>
add Integer#to_i

github.com/goby-lang/goby - dbf42b02aaedefdba3c91836ba9cfb44af9c2677 authored over 7 years ago by Adler <[email protected]>
Merge pull request #64 from janczer/new-methods-array

Add methods to array: first, last, each_index

github.com/goby-lang/goby - 78873787e41d48b00157dbd71653427b17c4c8f1 authored over 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into new-methods-array

github.com/goby-lang/goby - 594b868e149fccc70a53afcce8bfcfc4780eb6b6 authored over 7 years ago by Stan Lo <[email protected]>
Rename *VM.start to *VM.startFromTopFrame.

github.com/goby-lang/goby - 7b1d2d897c59dc08165d7db7fee8a1be793aa4b9 authored over 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into new-methods-array

github.com/goby-lang/goby - 235736b71af4517c4b1e80e0c6b24fa0b9c6d369 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #63 from janczer/new-methods-integer

Add new methods to integer

github.com/goby-lang/goby - fde6849b948852ac71938f99cc19a9c48fc296a7 authored over 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into new-methods-integer

github.com/goby-lang/goby - 0b729247a392e66e8a90f585d0e82d6624773ade authored over 7 years ago by Stan Lo <[email protected]>
fix typo in CONTRIBUTING.md

github.com/goby-lang/goby - 8b84df9bb348df69af49b511c0317d697873b405 authored over 7 years ago by Adler <[email protected]>
Add methods to array: first, last, each_index

github.com/goby-lang/goby - 17de42f3a7fa464fc32adfbb42bbd2799695ab76 authored over 7 years ago by janczer <[email protected]>
Add method to integer: next, pred, times

github.com/goby-lang/goby - 4816b3c0d4b1a3aa8ebca6db20c740a7a2e9765b authored over 7 years ago by janczer <[email protected]>
Merge pull request #59 from janczer/new-methods-array

Add new methods to array

github.com/goby-lang/goby - 06468d3710c48a691e56a6355b87fc38a5c0646c authored over 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into new-methods-array

github.com/goby-lang/goby - d25967acce9c44270868f9a95cc015117668b151 authored over 7 years ago by Stan Lo <[email protected]>
Refactoring

github.com/goby-lang/goby - e52237209ffbc583f841c1a37df3362946ff7d54 authored over 7 years ago by janczer <[email protected]>
Update readme.

github.com/goby-lang/goby - 46c6436a763ef13042c555477711fbd8ac974d34 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #62 from rooby-lang/refactor-instructions

Refactor instructions

github.com/goby-lang/goby - 0ac0cd92a50e4ef8a477eb8cfe16bb444347e555 authored over 7 years ago by Stan Lo <[email protected]>
Remove vm.labelTable since it's totally useless.

github.com/goby-lang/goby - 3b381fd59ae5a8e3228fa77ebd1e079670d24df5 authored over 7 years ago by Stan Lo <[email protected]>
Use constant to replace raw string.

github.com/goby-lang/goby - 02e85a733f3332e2f35735855fb75406d1af011b authored over 7 years ago by Stan Lo <[email protected]>
Move bytecode instruction constants to bytecode package.

github.com/goby-lang/goby - 0034da0cf4e415533a65db8abeaa6c932bdb9188 authored over 7 years ago by Stan Lo <[email protected]>
Remove vm's dependency of ast package.

github.com/goby-lang/goby - 43201e7f6043ff6008256422ecb616487264ad92 authored over 7 years ago by Stan Lo <[email protected]>
Update readme.

github.com/goby-lang/goby - d8a2a6bd28db5b92ce1a3aa6cebb29d5ba1c2bfc authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #61 from rooby-lang/support-nil

Support nil

github.com/goby-lang/goby - 27b7193befbb4d36ef4654ac27064c378e5f0a07 authored over 7 years ago by Stan Lo <[email protected]>
Fix CI warning.

github.com/goby-lang/goby - 1115077fba233b7e1953d13345a6ccecba609be7 authored over 7 years ago by Stan Lo <[email protected]>
Support nil compilation.

github.com/goby-lang/goby - e849768e6f8287170b612058923a5382b92149e3 authored over 7 years ago by Stan Lo <[email protected]>
Add ast.NilExpression.

github.com/goby-lang/goby - 01ee8662d6fc5800cb036b041d2cb2ef4a8b34c8 authored over 7 years ago by Stan Lo <[email protected]>
Support nil keyword.

github.com/goby-lang/goby - 60a772c3717d4efa9dcb82e2f65a320c6eb3f8eb authored over 7 years ago by Stan Lo <[email protected]>
Rename ast.Boolean to ast.BooleanExpression.

github.com/goby-lang/goby - 2391bf38d9d7581dee9970c97f493cbd3be84292 authored over 7 years ago by Stan Lo <[email protected]>
Update CONTRIBUTING.md

github.com/goby-lang/goby - fd97c6fc9033ca76ec549fe80abac93ad607bc29 authored over 7 years ago by Stan Lo <[email protected]>
Add more tests

github.com/goby-lang/goby - 66bbb989036723609368378258436ba66f8b8575 authored over 7 years ago by janczer <[email protected]>
Merge pull request #58 from janczer/and-or-operators

Add suport operators && and ||

github.com/goby-lang/goby - c4140187c26f4daaae13e69a120dbc83129b2d05 authored over 7 years ago by Stan Lo <[email protected]>
Add more tests for boolean

github.com/goby-lang/goby - 2d6cd6a726f24a75979a75b496024bb5443106fd authored over 7 years ago by janczer <[email protected]>
Add methods count, rotate to Array

github.com/goby-lang/goby - 12627157447bd1b23db0d2e7559165dce7136dca authored over 7 years ago by janczer <[email protected]>
Change precedence for && and ||

github.com/goby-lang/goby - 2322d35ff75056f1728a354830c1274d7793dd59 authored over 7 years ago by janczer <[email protected]>
Add at, clear, concat method to Array

github.com/goby-lang/goby - feddb8dc8b74e660e71caa39f145341bebc29d8e authored over 7 years ago by janczer <[email protected]>
Add operator &&, || to bolean

github.com/goby-lang/goby - f7985d603b1b0c69a513746a9fbdb7094fb70002 authored over 7 years ago by janczer <[email protected]>
Merge pull request #54 from rooby-lang/fix-block-override-issue

Fix instruction set overwriting issue

github.com/goby-lang/goby - 31e0aa0c95af944c9a06259cd2c21e3a029aad0f authored over 7 years ago by Stan Lo <[email protected]>
Use alias type to make intention more clear and simplify main program

instruction's execution.

github.com/goby-lang/goby - 8fef22f6b9b79a427233ac1773b4e292cc57e711 authored over 7 years ago by Stan Lo <[email protected]>
Refactor instruction set's retrieval.

- Give block its own table instead of being one of label tables.
- Every file has their own inst...

github.com/goby-lang/goby - f18ec01eb446490ed8dba845c5261d762bc92bec authored over 7 years ago by Stan Lo <[email protected]>
Add file source to every instruction set to avoid override issue.

github.com/goby-lang/goby - 91f1a5ab7296e273cd9263a39141d3701a81fd83 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #53 from janczer/new-string-methods

Add new methods to string

github.com/goby-lang/goby - 4f3d97a9a2536cc69a322facf1cf565f7dfe64b4 authored over 7 years ago by Stan Lo <[email protected]>
Add new method to string

github.com/goby-lang/goby - 3fcaf228e8d1f44dce260d72eaaebab840524650 authored over 7 years ago by janczer <[email protected]>
Merge pull request #52 from janczer/add-new-method

Add new method: <=, >= and <=>

github.com/goby-lang/goby - 90147aa2f63d5b6f5a203da0fa08c2a970e6fab6 authored over 7 years ago by Stan Lo <[email protected]>
Add more test, remove checking arguments in integer build in methods

github.com/goby-lang/goby - 67c3add32c90837962e88cad226cc24e5714dd45 authored over 7 years ago by janczer <[email protected]>
Add test and fix warnings

github.com/goby-lang/goby - 5ba772dd20103534b7ecaa632e8538cef5e182fb authored over 7 years ago by janczer <[email protected]>
Add method: <=, >= and <=>

github.com/goby-lang/goby - fbb67c5ce6950f8e317e8b99faa65250303df2bf authored over 7 years ago by janczer <[email protected]>
Merge pull request #47 from janczer/master

Add new method to Array and Integer

github.com/goby-lang/goby - 81583ad58dba2b0bf6dfc8f150905725dc37a61e authored over 7 years ago by Stan Lo <[email protected]>
Fix errors in array tests

github.com/goby-lang/goby - 17400b3e435cd96f29e79a9ec63faa0e67c04408 authored over 7 years ago by janczer <[email protected]>
Add method map, select to Array. Add method even, odd to Integer

github.com/goby-lang/goby - 1b6527237aff914e1ba3fa5c7454ee6a4b4c4eb2 authored over 7 years ago by janczer <[email protected]>
Fix tiny typo

github.com/goby-lang/goby - 23ac08f421d1337d26ed140ec43921f6e17adefd authored over 7 years ago by WesleyChang <[email protected]>
Correcting two little typos.

github.com/goby-lang/goby - 2c1f92c9240a9e893d5bface2eb4b5daf2ab28e2 authored over 7 years ago by DiSiqueira <[email protected]>
Correcting Go Vet warning.

github.com/goby-lang/goby - 49984f04abe07dd29f0b9efcce1fec480432b0fd authored over 7 years ago by DiSiqueira <[email protected]>
Unexport method lookup related functions in vm/class.go

github.com/goby-lang/goby - 018d8db1b60bf97b0fd09cb69675c32014bfc995 authored over 7 years ago by Stan Lo <[email protected]>
Fix vm package's golint warnings except those about documentation.

github.com/goby-lang/goby - 6de61a60703261ff19fff7b04ddc74f7f66470ee authored over 7 years ago by Stan Lo <[email protected]>
Unexport vm.stack's top method.

github.com/goby-lang/goby - 2daf3d7e3b7d8a2308bdddc543ed9ef4257428b2 authored over 7 years ago by Stan Lo <[email protected]>
Remove ReturnValue struct since we don't need it anymore.

github.com/goby-lang/goby - d1b78b7b59178a03a44092c69630606db79c751b authored over 7 years ago by Stan Lo <[email protected]>
Unexport methods and structs in vm/environment.go

github.com/goby-lang/goby - 8dca6cd0beab191dc8ec72bfb16bfccd282b4f8b authored over 7 years ago by Stan Lo <[email protected]>
Unexport type method in Object interface.

github.com/goby-lang/goby - 8f8cc915f7c800a58dd7a19addbe7d2f16cf2c98 authored over 7 years ago by Stan Lo <[email protected]>
Unexport array's methods.

github.com/goby-lang/goby - 214f4f494b74d296907ac08adbad091e5b48da1b authored over 7 years ago by Stan Lo <[email protected]>
Unexport some helper methods.

github.com/goby-lang/goby - 8f9a7ab2f03a7ae30ca75a61f98b185e1302cfd3 authored over 7 years ago by Stan Lo <[email protected]>
Unexport returnClass method in BaseObject interface.

github.com/goby-lang/goby - 38b7505860595a5d086158c5e684f9ca8d071df2 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #45 from rooby-lang/support-require-relative

Support require_relative method

github.com/goby-lang/goby - 044472a647e982be263ef9355d254b14df920bbb authored over 7 years ago by Stan Lo <[email protected]>
Add comments.

github.com/goby-lang/goby - 572bddb529c35aecd58644be4ace826f662329b1 authored over 7 years ago by Stan Lo <[email protected]>
Add require_relative statement's lexer, parser and code generator tests.

github.com/goby-lang/goby - dcb43979b9942b60c291c36818bf4e98315a95ae authored over 7 years ago by Stan Lo <[email protected]>
Add require_relative's sample files and update readme.

github.com/goby-lang/goby - 1136c58616115c9bcb445f95876e41c50661d323 authored over 7 years ago by Stan Lo <[email protected]>
Keep updating vm's labelTables when parsing required files.

github.com/goby-lang/goby - 497ec896fc863f4ce0535ac2f9942c004ac7fc59 authored over 7 years ago by Stan Lo <[email protected]>
Update require relative test.

github.com/goby-lang/goby - a3b9d4bed33cbe53d31314aae767b234d549caa1 authored over 7 years ago by Stan Lo <[email protected]>
Allow require_relative really accept relative path.

github.com/goby-lang/goby - fc0e05bbad6be0b0d718647085424d2659ece8e0 authored over 7 years ago by Stan Lo <[email protected]>
Support parsing and compile RequireRelativeStatement.

github.com/goby-lang/goby - bafdf4a6e4574311ff14955d6d679f9725fd8bee authored over 7 years ago by Stan Lo <[email protected]>
Basic require machenism done.

Although "require_relative" needs absolute path for now.

github.com/goby-lang/goby - 5422c6de2ac02856d5b8ab26ffcfbc6314709ec5 authored over 7 years ago by Stan Lo <[email protected]>
Refactor rooby.go and rooby_test.go

github.com/goby-lang/goby - 70c711b8fc6c72ba86aa688f2d8474a746e5b85f authored over 7 years ago by Stan Lo <[email protected]>
Support require_relative as a keyword.

github.com/goby-lang/goby - 6754945d20ffacea0ef57a08495c96d03ebd7c44 authored over 7 years ago by Stan Lo <[email protected]>
Setup test environment.

github.com/goby-lang/goby - 793db8991644cc9fa88ee4ff7d2cfe9e8991d174 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #46 from SumLare/fix-golint-warnings

Fix golint warnings

github.com/goby-lang/goby - 23f090a5f3a99ac10c59a0db4dcd619be5820cf0 authored over 7 years ago by Stan Lo <[email protected]>
Use CamelCase for token constants

github.com/goby-lang/goby - c9ab213ea9d053c60757e4e34e333b70e02cc68a authored over 7 years ago by SumLare <[email protected]>
Fix parser's golint warnings

github.com/goby-lang/goby - c371ec96346d24b0ff8e8efb1f39877ea9649776 authored over 7 years ago by SumLare <[email protected]>
Fix lexer's golint warnings

github.com/goby-lang/goby - fca7b1e840273e1e3aa4ddef0c031bf15928ec38 authored over 7 years ago by SumLare <[email protected]>
Fix token's golint warnings

github.com/goby-lang/goby - cf6d838674ff9ca677a200a6287c5d0d31f0a75a authored over 7 years ago by SumLare <[email protected]>
Update sample-1.ro

github.com/goby-lang/goby - cf440795faf47d5715dcc0cb87f286a11f76315d authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #44 from adelcambre/acd/gitattributes

Add a gitattributes file to highlight .ro files as ruby on GitHub

github.com/goby-lang/goby - 4abefc47546b3896d77cf8b5e9f7124b5d2cbced authored over 7 years ago by Stan Lo <[email protected]>
Language needs to be capitalized

github.com/goby-lang/goby - 94990c6a816836be1f45797cc7f152d6ead82ede authored over 7 years ago by Andy Delcambre <[email protected]>
Add a gitattributes file to highlight .ro files as ruby on GitHub

github.com/goby-lang/goby - 60fe0b6bf91af9bd9fc1c7db6c15300aca509826 authored over 7 years ago by Andy Delcambre <[email protected]>
Update README.md

github.com/goby-lang/goby - 06c3d0f28b5c074df6b08410ed4e9bc86250e9cd authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #42 from rooby-lang/support-built-in-method-block

Support built in method's block argument

github.com/goby-lang/goby - 16f5fec06e5e6926fa6c58e61902ecf949482e77 authored over 7 years ago by Stan Lo <[email protected]>
Add yield method for built in methods.

github.com/goby-lang/goby - 5947e99f34387c21da936fc1ad1fdbee0fc5c239 authored over 7 years ago by Stan Lo <[email protected]>
Support Array#each successfully.

github.com/goby-lang/goby - 44396f3d1bd1065da5ce2080763cd572443b04aa authored over 7 years ago by Stan Lo <[email protected]>
Change type 'builtinMethodBody' to be 'func(*VM, []Object, *callFrame) Object'

github.com/goby-lang/goby - fb0b34ce16462fc5a7ba1280bc3107ad506aa4b7 authored over 7 years ago by Stan Lo <[email protected]>
Add References section to readme.

github.com/goby-lang/goby - be610c8f975fcc906618fb1698b0c8ec8db80e8a authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #40 from appleboy/makefile

fix go fmt errors from getreport card.

github.com/goby-lang/goby - b946c3074ae70192c56a51120c84d51ebc445648 authored over 7 years ago by Stan Lo <[email protected]>
update makefile

Signed-off-by: Bo-Yi Wu <[email protected]>

github.com/goby-lang/goby - 46ab3975464394541ef139286c06f1833dcbda56 authored over 7 years ago by Bo-Yi Wu <[email protected]>
remove fmt check.

Signed-off-by: Bo-Yi Wu <[email protected]>

github.com/goby-lang/goby - 2c3ce4f0d716379f4c75e85332a04b0fe30ffc51 authored over 7 years ago by Bo-Yi Wu <[email protected]>
feat: Support check coding style.

github.com/goby-lang/goby - bb3128e1fd9ee94fe7638eb4fc145e3894e3cc58 authored over 7 years ago by Bo-Yi Wu <[email protected]>
Merge pull request #39 from appleboy/patch-1

Support 1.8 testing on travis

github.com/goby-lang/goby - 222a47777a9391fe1f789f6302083bc88a2432ff authored over 7 years ago by Stan Lo <[email protected]>
Support 1.8 testing

github.com/goby-lang/goby - 0687788e752b72194e0e1c44e9c55c78b780a36c authored over 7 years ago by Bo-Yi Wu <[email protected]>
Merge pull request #36 from steelbrain/patch-1

Fix typo in README

github.com/goby-lang/goby - 1236afc94802ace83a2094b446512bfcb3841e9c authored over 7 years ago by Stan Lo <[email protected]>
:bug: Fix typo in README

github.com/goby-lang/goby - 112a76424fafd0bc7133b438dcfa2aed8f1330a1 authored over 7 years ago by Steel Brain <[email protected]>
Add questions section to readme

github.com/goby-lang/goby - a7b13810c207499d592b00a5348f982428574d33 authored over 7 years ago by Stan Lo <[email protected]>
Create CONTRIBUTING.md

github.com/goby-lang/goby - 3b94815537464cfadcdc92525680a040c27b3cbc authored over 7 years ago by Stan Lo <[email protected]>
Fix import path issue caused by rename repo.

github.com/goby-lang/goby - 741c3be1fa509b2d0566844db458f529653e22f8 authored over 7 years ago by Stan Lo <[email protected]>
Downcase any 'Rooby' in readme.

github.com/goby-lang/goby - 8fe0699b9ff0ef7ba931555d1a7314577f4a1a15 authored over 7 years ago by Stan Lo <[email protected]>
Add gitter webhook setting to travis.yml.

github.com/goby-lang/goby - b3a90985be9e6df0459c7ea44b9bacf5f14d4304 authored over 7 years ago by Stan Lo <[email protected]>