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 abnormal test cases for flatten and join method
github.com/goby-lang/goby - 27b08705c2d6217653f94f993741f95494e2c125 authored over 7 years ago by Shuhei Kitagawa <[email protected]>
github.com/goby-lang/goby - 27b08705c2d6217653f94f993741f95494e2c125 authored over 7 years ago by Shuhei Kitagawa <[email protected]>
add flatten and join method to array
github.com/goby-lang/goby - cf37e5f28570418bc71e732c3619d97ead64edf5 authored over 7 years ago by Shuhei Kitagawa <[email protected]>
github.com/goby-lang/goby - cf37e5f28570418bc71e732c3619d97ead64edf5 authored over 7 years ago by Shuhei Kitagawa <[email protected]>
Ignore unused expression values instead of push and pop them.
github.com/goby-lang/goby - 67c8c71b9dc10e25dd99dc1fab93362f5c67a12b authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 67c8c71b9dc10e25dd99dc1fab93362f5c67a12b authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #324 from goby-lang/remove-mutation-method
Remove mutation methods like ++ and --
github.com/goby-lang/goby - 7ec49e3af879bf79e1f1a07756d1db489c4232e6 authored over 7 years ago by Stan Lo <[email protected]>
Fix race condition test case.
github.com/goby-lang/goby - 35bb82da4cea44409b2d15a07135f91a01e439a4 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 35bb82da4cea44409b2d15a07135f91a01e439a4 authored over 7 years ago by Stan Lo <[email protected]>
Add more test cases for assignment evaluation.
github.com/goby-lang/goby - 737078a3c4218196de42fd9ed7fd4c1eb59b501a authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 737078a3c4218196de42fd9ed7fd4c1eb59b501a authored over 7 years ago by Stan Lo <[email protected]>
Refactor Parser.parseAssignExpression.
github.com/goby-lang/goby - 4de6722ad87735946e7535d73444a38356eb9777 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 4de6722ad87735946e7535d73444a38356eb9777 authored over 7 years ago by Stan Lo <[email protected]>
Support syntactic sugar like '+=' for indexing operation.
github.com/goby-lang/goby - fe0ca9ea45814446f07faec14756a5921adb5ee1 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - fe0ca9ea45814446f07faec14756a5921adb5ee1 authored over 7 years ago by Stan Lo <[email protected]>
Remove Integer#-- and Integer#++
github.com/goby-lang/goby - 156690a41a5847460543ffefa8b0e18676bf4fde authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 156690a41a5847460543ffefa8b0e18676bf4fde authored over 7 years ago by Stan Lo <[email protected]>
Make sure every thing returns a value under REPL mode.
github.com/goby-lang/goby - 777da1dbd0862c1dd734490217a94997afc8a3ae authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 777da1dbd0862c1dd734490217a94997afc8a3ae authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #323 from goby-lang/refactor-parser
Refactor parser
github.com/goby-lang/goby - 58ad569ab786798d93c6458bd06b40be8d8b95f9 authored over 7 years ago by Stan Lo <[email protected]>
Rename and organize method call parsing logics.
github.com/goby-lang/goby - c19239e21f6e4dac33ad1a459cef40d43a8e8501 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - c19239e21f6e4dac33ad1a459cef40d43a8e8501 authored over 7 years ago by Stan Lo <[email protected]>
Refactor call expression parsing.
github.com/goby-lang/goby - ad04a04ee894dc51548c4cd0254789d10979d092 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - ad04a04ee894dc51548c4cd0254789d10979d092 authored over 7 years ago by Stan Lo <[email protected]>
Refactor Parser.parseCallExpressionWithDot.
github.com/goby-lang/goby - 0d6148cd39b78f0ba9a24e44de975898a5d32a93 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 0d6148cd39b78f0ba9a24e44de975898a5d32a93 authored over 7 years ago by Stan Lo <[email protected]>
Refactor Parser.parseCallArguments.
github.com/goby-lang/goby - 4e096360c80747b2def5c8169264bfd375aba22c authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 4e096360c80747b2def5c8169264bfd375aba22c authored over 7 years ago by Stan Lo <[email protected]>
Move method call parsing to its own file. And refactored parseCallExpressionWithoutParenAndReceiver & parseCallArgumentsWithoutParens
github.com/goby-lang/goby - ed92f9afc007bb1a47084a752477b5df2e19b26b authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - ed92f9afc007bb1a47084a752477b5df2e19b26b authored over 7 years ago by Stan Lo <[email protected]>
Fix #217.
github.com/goby-lang/goby - f15c02db9ef77bd2fa54e0704835d3f62f74e629 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - f15c02db9ef77bd2fa54e0704835d3f62f74e629 authored over 7 years ago by Stan Lo <[email protected]>
Add '?' to methods in Class class
github.com/goby-lang/goby - 7935e2d1533fbc3ee3306306783baafabb792f4a authored over 7 years ago by hachi8833 <[email protected]>
github.com/goby-lang/goby - 7935e2d1533fbc3ee3306306783baafabb792f4a authored over 7 years ago by hachi8833 <[email protected]>
Add '?' to methods in Integer class
github.com/goby-lang/goby - 51becb999667a90b497334a3fbe93882b42b808a authored over 7 years ago by hachi8833 <[email protected]>
github.com/goby-lang/goby - 51becb999667a90b497334a3fbe93882b42b808a authored over 7 years ago by hachi8833 <[email protected]>
Add '?' to methods in Range class
github.com/goby-lang/goby - 3b6f570c8ff7f567900a9b7079c7f343a9e91d1c authored over 7 years ago by hachi8833 <[email protected]>
github.com/goby-lang/goby - 3b6f570c8ff7f567900a9b7079c7f343a9e91d1c authored over 7 years ago by hachi8833 <[email protected]>
Add '?' to methods in String class
github.com/goby-lang/goby - 0aa939fdd5eec2e23d174a239212e6ee6a2cff1e authored over 7 years ago by hachi8833 <[email protected]>
github.com/goby-lang/goby - 0aa939fdd5eec2e23d174a239212e6ee6a2cff1e authored over 7 years ago by hachi8833 <[email protected]>
Add '?' to methods in Hash class
github.com/goby-lang/goby - 9300c1ed95e79d67bfb7240cb05e11c2b70b7014 authored over 7 years ago by hachi8833 <[email protected]>
github.com/goby-lang/goby - 9300c1ed95e79d67bfb7240cb05e11c2b70b7014 authored over 7 years ago by hachi8833 <[email protected]>
Update README.md
github.com/goby-lang/goby - 06574ca0aec4c35f2b4c8c277f13e19a61602816 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 06574ca0aec4c35f2b4c8c277f13e19a61602816 authored over 7 years ago by Stan Lo <[email protected]>
Simplify and fix Plugin#use.
github.com/goby-lang/goby - 3e63e06d6fdd5783b215cef7e2823b20a27dc648 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 3e63e06d6fdd5783b215cef7e2823b20a27dc648 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #321 from shuheiktgw/add_empty_method_to_array
Add empty? method to array class
github.com/goby-lang/goby - 373597d20f899ab3a8582c9396f3b6fc73e003c2 authored over 7 years ago by Stan Lo <[email protected]>
remove redundant else
github.com/goby-lang/goby - f29b063c9052bef3b6aec93c03fc3b60403b0c8e authored over 7 years ago by Shuhei Kitagawa <[email protected]>
github.com/goby-lang/goby - f29b063c9052bef3b6aec93c03fc3b60403b0c8e authored over 7 years ago by Shuhei Kitagawa <[email protected]>
added empty? method to array class
github.com/goby-lang/goby - 0f5bb08e8291bec1984b64bcbd2b05842cfe0829 authored over 7 years ago by Shuhei Kitagawa <[email protected]>
github.com/goby-lang/goby - 0f5bb08e8291bec1984b64bcbd2b05842cfe0829 authored over 7 years ago by Shuhei Kitagawa <[email protected]>
Fix expression parsing error cause panic issue.
github.com/goby-lang/goby - 1a04d726e879887f8f0ee6fce5cd982b664fd2ce authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 1a04d726e879887f8f0ee6fce5cd982b664fd2ce authored over 7 years ago by Stan Lo <[email protected]>
Rename Object#is_nil to #nil?.
github.com/goby-lang/goby - 18dabaefff47bcf7833c9f0fc6c8fc27857119de authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 18dabaefff47bcf7833c9f0fc6c8fc27857119de authored over 7 years ago by Stan Lo <[email protected]>
Support '?' at the end of identifier.
github.com/goby-lang/goby - 751601c9d2c81cd2fd1b0e45c16f11081f2d5721 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 751601c9d2c81cd2fd1b0e45c16f11081f2d5721 authored over 7 years ago by Stan Lo <[email protected]>
Fix DB#exec not returning id issue.
github.com/goby-lang/goby - 7a3877cd4a6e91e9a2d76d3fa52eb4cfbfdcd4aa authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 7a3877cd4a6e91e9a2d76d3fa52eb4cfbfdcd4aa authored over 7 years ago by Stan Lo <[email protected]>
This should fix #317.
github.com/goby-lang/goby - a835c21cf4cc46a114c213563e400b8936f66454 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - a835c21cf4cc46a114c213563e400b8936f66454 authored over 7 years ago by Stan Lo <[email protected]>
Update readme.
github.com/goby-lang/goby - d8748fa1ef8607c9e2c9dc52fcd78230fd061168 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - d8748fa1ef8607c9e2c9dc52fcd78230fd061168 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #320 from goby-lang/db-query
Implement DB#query and DB#exec
github.com/goby-lang/goby - 8407c5c999786829b75df840709926e61df73053 authored over 7 years ago by Stan Lo <[email protected]>
Finish DB's query and exec method test.
github.com/goby-lang/goby - 4490224afbcde249a8ded34e1697e656ec9b230e authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 4490224afbcde249a8ded34e1697e656ec9b230e authored over 7 years ago by Stan Lo <[email protected]>
Add 'github.com/jmoiron/sqlx' as dependency.
github.com/goby-lang/goby - 9929618e491488f165ebaea1b484b4b4aa61f84d authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 9929618e491488f165ebaea1b484b4b4aa61f84d authored over 7 years ago by Stan Lo <[email protected]>
Implement DB query.
github.com/goby-lang/goby - 156cb8337247887e9f8d61cffb4e9dc3d97b6dd8 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 156cb8337247887e9f8d61cffb4e9dc3d97b6dd8 authored over 7 years ago by Stan Lo <[email protected]>
Change DB's implementation. We don't need new files for every db driver now.
github.com/goby-lang/goby - 4bb84d0043dd13815d169087998364c7aeb0a853 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 4bb84d0043dd13815d169087998364c7aeb0a853 authored over 7 years ago by Stan Lo <[email protected]>
Update pg connection test's config and delegate DB#ping to driver.
github.com/goby-lang/goby - 5654ed2983b515575e30bccf9b0f56f481f6c77b authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 5654ed2983b515575e30bccf9b0f56f481f6c77b authored over 7 years ago by Stan Lo <[email protected]>
Improve the way we store object in object map.
github.com/goby-lang/goby - 7c3e346f92fecec2ff28c5343009478f967d71d7 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 7c3e346f92fecec2ff28c5343009478f967d71d7 authored over 7 years ago by Stan Lo <[email protected]>
Add setter method for thread stack and apply lock to every stack write.
github.com/goby-lang/goby - 4d3070305f36f7046119060d6271b697894e7e43 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 4d3070305f36f7046119060d6271b697894e7e43 authored over 7 years ago by Stan Lo <[email protected]>
Remove verbose debugging message.
github.com/goby-lang/goby - d2152d6070fca7218c3a16a2efca9d564fd86ca8 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - d2152d6070fca7218c3a16a2efca9d564fd86ca8 authored over 7 years ago by Stan Lo <[email protected]>
Refactor vm's error handling.
github.com/goby-lang/goby - a72fdb6c29f301c9af1ef9465023fceea4a24eb5 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - a72fdb6c29f301c9af1ef9465023fceea4a24eb5 authored over 7 years ago by Stan Lo <[email protected]>
Update lib's method call.
github.com/goby-lang/goby - 07535a155bab9282a13284856664b035818f7f81 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 07535a155bab9282a13284856664b035818f7f81 authored over 7 years ago by Stan Lo <[email protected]>
Rename GoObject#send and Plugin#send to #go_func.
github.com/goby-lang/goby - 83230493e5e1a7583d76f24245f11adb6c206d72 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 83230493e5e1a7583d76f24245f11adb6c206d72 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #318 from goby-lang/plugin-template
Use Go libraries through plugin
github.com/goby-lang/goby - eb46fdd144f923cbe805ed0316183f11eeef6329 authored over 7 years ago by Stan Lo <[email protected]>
Try to record plugin related tests' coverage.
github.com/goby-lang/goby - e73d769e68ebbf6d98f1001ef2d07d163524d085 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - e73d769e68ebbf6d98f1001ef2d07d163524d085 authored over 7 years ago by Stan Lo <[email protected]>
Improve plugin generation's test case.
github.com/goby-lang/goby - 8b309341bda2c21ebaa68de92abee2ec579104bb authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 8b309341bda2c21ebaa68de92abee2ec579104bb authored over 7 years ago by Stan Lo <[email protected]>
Change Object#import to Plugin.use.
github.com/goby-lang/goby - 6587d8be644d6cf9e31f2ac84c7005a0cb5c5434 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 6587d8be644d6cf9e31f2ac84c7005a0cb5c5434 authored over 7 years ago by Stan Lo <[email protected]>
Add Plugin.generate
github.com/goby-lang/goby - 29236c0955c44ce658b9a87308c6a35335579e55 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 29236c0955c44ce658b9a87308c6a35335579e55 authored over 7 years ago by Stan Lo <[email protected]>
Refactor plugin's open and compile process.
github.com/goby-lang/goby - 5e41a8c49de7771968e879253d8ebc40c577a374 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 5e41a8c49de7771968e879253d8ebc40c577a374 authored over 7 years ago by Stan Lo <[email protected]>
Improve api naming.
github.com/goby-lang/goby - 717f20058bccc3337a6b34b7735eea5f9c3389d0 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 717f20058bccc3337a6b34b7735eea5f9c3389d0 authored over 7 years ago by Stan Lo <[email protected]>
Make user set plugin's file name.
github.com/goby-lang/goby - 0c39044066262b71ce86be6d33f61a264bddc60b authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 0c39044066262b71ce86be6d33f61a264bddc60b authored over 7 years ago by Stan Lo <[email protected]>
Change generated file's permission.
github.com/goby-lang/goby - f9ea776e96abbe268d74b92bfa659d29b2b73106 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - f9ea776e96abbe268d74b92bfa659d29b2b73106 authored over 7 years ago by Stan Lo <[email protected]>
Create plugin files in specific directory.
github.com/goby-lang/goby - d9e2069b73e5660287c1b114927186ea759ac268 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - d9e2069b73e5660287c1b114927186ea759ac268 authored over 7 years ago by Stan Lo <[email protected]>
Add basic plugin compile method.
github.com/goby-lang/goby - d6e5f7d67748fe3feceb31adcbd7e373bf619485 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - d6e5f7d67748fe3feceb31adcbd7e373bf619485 authored over 7 years ago by Stan Lo <[email protected]>
Fix generated result by adding double quote around package name.
github.com/goby-lang/goby - 0f951ca51c1305af30827789bceeb4260fff6fc2 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 0f951ca51c1305af30827789bceeb4260fff6fc2 authored over 7 years ago by Stan Lo <[email protected]>
Dynamically compile plugin with libs successfully.
github.com/goby-lang/goby - e1b1b3fb44a00a45e899283fffecd96653fce4cf authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - e1b1b3fb44a00a45e899283fffecd96653fce4cf authored over 7 years ago by Stan Lo <[email protected]>
Add test for plugin generator.
github.com/goby-lang/goby - b4e4dfe44c15d706bcea037b6053e3b9aaa5f01a authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - b4e4dfe44c15d706bcea037b6053e3b9aaa5f01a authored over 7 years ago by Stan Lo <[email protected]>
require plugin library in tests since we don't load it by default.
github.com/goby-lang/goby - 133a8c51f89534b9e9967236e575f75ca825c425 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 133a8c51f89534b9e9967236e575f75ca825c425 authored over 7 years ago by Stan Lo <[email protected]>
Implement plugin configuration.
github.com/goby-lang/goby - 006a6d3ff56c358cc33a3cc1d3577c9394feeb49 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 006a6d3ff56c358cc33a3cc1d3577c9394feeb49 authored over 7 years ago by Stan Lo <[email protected]>
Use hash instead of array to store each pkg or function.
github.com/goby-lang/goby - 791f9f038d2b6a76991fb9e4579dbf349f21fe09 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 791f9f038d2b6a76991fb9e4579dbf349f21fe09 authored over 7 years ago by Stan Lo <[email protected]>
Basic template compiler test done.
github.com/goby-lang/goby - 7c0c7e9819453c6437c88d258a58c0d090b24255 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 7c0c7e9819453c6437c88d258a58c0d090b24255 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #316 from goby-lang/pg-lib
DB library and postgres adapter
github.com/goby-lang/goby - a6d8304c941ae8061b77223b6e96a102c5cb4b23 authored over 7 years ago by Stan Lo <[email protected]>
Fix CI warnings.
github.com/goby-lang/goby - 70856067a2064c354c4fff65131ca00eef78d8bf authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 70856067a2064c354c4fff65131ca00eef78d8bf authored over 7 years ago by Stan Lo <[email protected]>
Fix error message formattion.
github.com/goby-lang/goby - f71d276af659ef48f1a1bb5d969dee6c3357f5d1 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - f71d276af659ef48f1a1bb5d969dee6c3357f5d1 authored over 7 years ago by Stan Lo <[email protected]>
Add DB and PG class.
github.com/goby-lang/goby - 3e3664922dbb0dca4d58678c31d96f11a774d88c authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 3e3664922dbb0dca4d58678c31d96f11a774d88c authored over 7 years ago by Stan Lo <[email protected]>
Add github.com/lib/pq as dependency.
github.com/goby-lang/goby - 7275f7fb9e4b6907456951b65e278102b3f014e2 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 7275f7fb9e4b6907456951b65e278102b3f014e2 authored over 7 years ago by Stan Lo <[email protected]>
PG.new should return pg driver's instance instead of connection object.
github.com/goby-lang/goby - a78ebe037360b16dd2be0dd7d50755d119d41d96 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - a78ebe037360b16dd2be0dd7d50755d119d41d96 authored over 7 years ago by Stan Lo <[email protected]>
Add ping method to driver.
github.com/goby-lang/goby - 25be94c5efccf66ca4544d424fca0b5435f664b5 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 25be94c5efccf66ca4544d424fca0b5435f664b5 authored over 7 years ago by Stan Lo <[email protected]>
Remove unnecessary type assertion at generateAttrWriteMethod and generateAttrReadMethod.
github.com/goby-lang/goby - 4301dc1cd39fe64644099fe9c59379e6993cda70 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 4301dc1cd39fe64644099fe9c59379e6993cda70 authored over 7 years ago by Stan Lo <[email protected]>
We can now call functions in plugin's import library.
github.com/goby-lang/goby - add82baca0814dc19d2a3e503d7519594c979cc6 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - add82baca0814dc19d2a3e503d7519594c979cc6 authored over 7 years ago by Stan Lo <[email protected]>
Re-format vm files' content.
github.com/goby-lang/goby - 05b1e40fe383ce60660297febf42aeeec5b29bb9 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 05b1e40fe383ce60660297febf42aeeec5b29bb9 authored over 7 years ago by Stan Lo <[email protected]>
Unexport Value field and use Value() as getter method.
github.com/goby-lang/goby - 1037597e24e8aabe674de377f713aa3667dee67a authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 1037597e24e8aabe674de377f713aa3667dee67a authored over 7 years ago by Stan Lo <[email protected]>
Change demo GIF's size setting.
github.com/goby-lang/goby - c7f7fb29c753a9b8c8e6022f14254d81edb6ca49 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - c7f7fb29c753a9b8c8e6022f14254d81edb6ca49 authored over 7 years ago by Stan Lo <[email protected]>
Fix GoObject's string display.
github.com/goby-lang/goby - 9399f2d1b7ef9bd5b286d8e4d9f891d19f464d7b authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 9399f2d1b7ef9bd5b286d8e4d9f891d19f464d7b authored over 7 years ago by Stan Lo <[email protected]>
Rename Struct class to GoObject.
github.com/goby-lang/goby - 24d708612ebfe4455b0645ee8c59d32bedcff6fb authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 24d708612ebfe4455b0645ee8c59d32bedcff6fb authored over 7 years ago by Stan Lo <[email protected]>
Update README.md
github.com/goby-lang/goby - 06ad68bd6601a01873f030075c04baa67453229d authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 06ad68bd6601a01873f030075c04baa67453229d authored over 7 years ago by Stan Lo <[email protected]>
Support passing go object(struct, func..etc.) to go functions.
github.com/goby-lang/goby - 2c99c201eb173ed9084b1b8203d538001e311b70 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 2c99c201eb173ed9084b1b8203d538001e311b70 authored over 7 years ago by Stan Lo <[email protected]>
Update code generator's tests.
github.com/goby-lang/goby - a322baf6100d43c618133cf1f1cfbf8c215b3a9b authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - a322baf6100d43c618133cf1f1cfbf8c215b3a9b authored over 7 years ago by Stan Lo <[email protected]>
Fix if expression's code generation.
github.com/goby-lang/goby - 3497b196861968d14b51219d00c0be801c07e25c authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 3497b196861968d14b51219d00c0be801c07e25c authored over 7 years ago by Stan Lo <[email protected]>
Remote code generator's state machine.
Use expression's state to determine what code to generate.
github.com/goby-lang/goby - a3539edc64644ed1733c9d2e26ebf38c8e26954f authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #314 from goby-lang/refactor-parser
Refactor parser and pop all unused expressions
github.com/goby-lang/goby - 4f5171e0860b92a58b6152842fcf9db1e6b1e736 authored over 7 years ago by Stan Lo <[email protected]>
Add comments to new exported type and methods.
github.com/goby-lang/goby - a7accf05b26068494a3c944968afc175689e1441 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - a7accf05b26068494a3c944968afc175689e1441 authored over 7 years ago by Stan Lo <[email protected]>
Remove useless logic in parsers.
github.com/goby-lang/goby - 417c766eea7d39bc721981518c9e180055fef97a authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 417c766eea7d39bc721981518c9e180055fef97a authored over 7 years ago by Stan Lo <[email protected]>
Update weird parser test.
github.com/goby-lang/goby - b5671d09918d0d2edaeeb38b13a8f24c8c4b1cf4 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - b5671d09918d0d2edaeeb38b13a8f24c8c4b1cf4 authored over 7 years ago by Stan Lo <[email protected]>
Update code generator's tests.
github.com/goby-lang/goby - d0c5ecbb16c0d27998b4a7eb8d48ea3219638e5c authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - d0c5ecbb16c0d27998b4a7eb8d48ea3219638e5c authored over 7 years ago by Stan Lo <[email protected]>
Fix REPL_EVEL test and add sp check to tests.
Add SP check to error and file tests.
Add SP check to evaluation tests.
Add SP check to hash t...
github.com/goby-lang/goby - afb2e5eed8a0598fce76cb0ee6cd1dacbb0c033a authored over 7 years ago by Stan Lo <[email protected]>
Make inspecting instructions more easier.
github.com/goby-lang/goby - 597acb977f75b2320c8b8f8d137e6b3fcc6ead14 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 597acb977f75b2320c8b8f8d137e6b3fcc6ead14 authored over 7 years ago by Stan Lo <[email protected]>
Keep block statement's last expression in some cases.
github.com/goby-lang/goby - f56b95a36e46ad2a64a6df5562dff92ad8cda48f authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - f56b95a36e46ad2a64a6df5562dff92ad8cda48f authored over 7 years ago by Stan Lo <[email protected]>
Rename Parser.parseBlockParameters to Parser.parseBlockArgument.
github.com/goby-lang/goby - 46d8a82031812b0cad4b1e8acfa217f1a2f8e9d2 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 46d8a82031812b0cad4b1e8acfa217f1a2f8e9d2 authored over 7 years ago by Stan Lo <[email protected]>
Mark every outter expression as statement by default.
github.com/goby-lang/goby - 23f1d64a4f4f869d93335e93329218050a78d481 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 23f1d64a4f4f869d93335e93329218050a78d481 authored over 7 years ago by Stan Lo <[email protected]>
Add sp check on class tests.
github.com/goby-lang/goby - 18c6c086fcacacf72a2cc98aa1f80a387a063006 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 18c6c086fcacacf72a2cc98aa1f80a387a063006 authored over 7 years ago by Stan Lo <[email protected]>
Refactor statement parsing.
github.com/goby-lang/goby - 487549a8252b02e56b7eed2bcc5505cb801304bb authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 487549a8252b02e56b7eed2bcc5505cb801304bb authored over 7 years ago by Stan Lo <[email protected]>
Refactor call expression parsing.
github.com/goby-lang/goby - 95c4adcf10cfe3f283af877e54cb1c7f0f3d297a authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 95c4adcf10cfe3f283af877e54cb1c7f0f3d297a authored over 7 years ago by Stan Lo <[email protected]>
Move error NoMethodError object to receier's position instead of push on stack.
github.com/goby-lang/goby - a35c70c122bab072a95f1eab8e1d72915fb8a78b authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - a35c70c122bab072a95f1eab8e1d72915fb8a78b authored over 7 years ago by Stan Lo <[email protected]>
Apply sp check to Array, Boolean and Channel's tests.
github.com/goby-lang/goby - cf59f8436b98b9a3d40ed57324c4c24e2fc06b65 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - cf59f8436b98b9a3d40ed57324c4c24e2fc06b65 authored over 7 years ago by Stan Lo <[email protected]>
Add BaseNode.isStmt and format code.
github.com/goby-lang/goby - e57d11bb36d660bb18173fdec326c7f60ebd21a7 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - e57d11bb36d660bb18173fdec326c7f60ebd21a7 authored over 7 years ago by Stan Lo <[email protected]>
Pop right amount of values when compiling multi-var assignment.
github.com/goby-lang/goby - 09f26e89e81bd6c11e74957fe58e51cb1f970053 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 09f26e89e81bd6c11e74957fe58e51cb1f970053 authored over 7 years ago by Stan Lo <[email protected]>
Add pop after every expression statement except for REPL mode.
github.com/goby-lang/goby - 34345f878765d587c73b0b69f85994aabcaa32d1 authored over 7 years ago by Stan Lo <[email protected]>
github.com/goby-lang/goby - 34345f878765d587c73b0b69f85994aabcaa32d1 authored over 7 years ago by Stan Lo <[email protected]>