Ecosyste.ms: OpenCollective

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

github.com/JuliaLang/JuliaParser.jl

A rewrite of Julia's parser in Julia
https://github.com/JuliaLang/JuliaParser.jl

Follow operator precedence adjustment

Ref 5c2bbdf689c8763fa7b3538afe713a8b3cf173d9

656ed2b5e71374088ac770181aaa39c11245298d authored about 9 years ago
lno for short function form

77b59a30e216c84123f579a7e4d6a6b805241aee authored about 9 years ago
Fix a mistake in mstr handling

3cd37c8df3a05af8cce8d218633a2c8510fe48f8 authored about 9 years ago
Add location nodes to module eval

b147204a875ca0afe820d149011f258e93f689e1 authored about 9 years ago
Disallow `immutable type`

0dd83921ab5e5375afdaf051dcb0117a98c19f1b authored about 9 years ago
Drop type annotation on add_filename_to_block

fb202c09e98599eae03bd3d783dc807021aa5504 authored about 9 years ago
:quote -> QuoteNode in a few places

85402a37d15660d85a2e8fd50e6d909c0ee38d5e authored about 9 years ago
Adjust to various upstream array concat changes

9e59668461f1c82d687424e6ecb7c28740311456 authored about 9 years ago
Fix a few annoyances in the test shell

4dfe8ae08ce850e885efd083fae6d9023a446bd6 authored about 9 years ago
Add a test repl to simplify testing the parser

1a9d3e8f66d0e6414b690bfc6074a9a919603f98 authored about 9 years ago
New triple quoted string handling

9316507f735f3a355c8f1df7ae209b0ceaaeaf7a authored about 9 years ago
Fix tests so that the package can be loaded again, there are many tests

that still fail.

Fix utf8sizeof import.
Fix testfile abs path.
Fix line_number_node.

11479456ca7a0c8f92de33ad01271a12e6426fa6 authored about 9 years ago
compat for Char construction

f030d372449bbfb992a7fa3d00be566e49f0d5ef authored about 9 years ago
Update Travis Badge for move to JuliaLang

9531ca024b05d4e17b69d43aedc90475d2e18e3f authored about 9 years ago
Merge pull request #34 from JuliaLang/tkelman-patch-1

add compat for union

90bfab8c4b97c063e9d1bbcd46e047fce3c29962 authored about 9 years ago
another union compat

d368cb2677387122e1de506e5dd2507e62f0e8f0 authored about 9 years ago
add compat for union

14bbb5b3671d70e7a89217516c6c4e4efc38de45 authored about 9 years ago
Merge pull request #27 from josephnunn/master

Updated to Julia 0.4

33b501f2b7def9bb057f5ff88e0e0c099ff1e42d authored over 9 years ago
Updated to Julia 0.4

Part of fix to get Julia 0.4 working with Juno, JuliaParser needed to
be updated for 0.4

470af784e3b8b0c33e2551303ce4d1e61e94354f authored over 9 years ago
Merge pull request #24 from tkelman/patch-1

remove - on julia version in REQUIRE

ee3a9ce43ffd5c047d531c6e2fc378a784250a4d authored over 9 years ago
Merge pull request #25 from yuyichao/fix-0.3

Remove unnecessary type cast that breaks on 0.3

db08ad9497f98b6dd1ffde9c686b91380536173b authored over 9 years ago
Enable 0.3 and 0.4 on Travis

d662b6fcbbf176e6b76be1215b8592bd4bdb0504 authored over 9 years ago
Fix 0.4 deprecated bindings

2737388441f0804f426f50f841aba3ecb08484d9 authored over 9 years ago
Remove unnecessary type cast that breaks on 0.3

742696788d660d6e679f5c654c8507a8126bc86c authored over 9 years ago
remove - on julia version in REQUIRE

7eba55e4b754e7af25cff52308d622a26edea9b6 authored over 9 years ago
Merge pull request #21 from MithrandirMiles/spj/utf8sizeof

Don't use unexported Base.utf8sizeof, move tests to test/lexer.jl

6ef8246462bb2501a7d493071da212b286c3b90b authored over 9 years ago
Don't use unexported Base.utf8sizeof, move tests to test/lexer.jl

d361bd9f152d5502f9f5546f2eb4db4dfa0f46a8 authored over 9 years ago
Merge pull request #20 from jrevels/fix-import

WIP: Fix import breakage due to JuliaLang/julia#11333

672224195d1b4cdbf38f5537e0419d838e28cebe authored over 9 years ago
Do not require newline or ; at the end of import expression

da5f194cb76e50b22e7c70247fe8e8fb7cf2d030 authored over 9 years ago
added quoted import/using statements to parsing tests

a598131021b560b292b9db99414699b1c796b87f authored over 9 years ago
add big_str to ast normalization

6f05cc12477e5c44fbb9c2a4f876fca51ca173fb authored over 9 years ago
remove some deprecation warnings

28c1924ff3aee7787a4a1f897e1b3b79137a7742 authored over 9 years ago
remove deprecation warnings from lexer tests

e1cb26d177aa6f8abd62f5221d75c5b3d8e74470 authored over 9 years ago
arrow syntax change

ef8a268c09e9b096d33ae07bf120deaea14b7293 authored over 9 years ago
ugh what a pain rewrite factcheck expressions for lexer

02f9aab75957e99d329aa441e08389d6c19a0b2e authored over 9 years ago
get rid of char deprecation warnings

717cd2e7e5977e7924c0714b413ec7dffd93180b authored over 9 years ago
fix exception test

0495cba1cb3dd307067c99f061c5e0f788b332a6 authored about 10 years ago
allow interpolating a module name

d0dcb46fa3ff8d1f32a3f51de7d68d6474bc938e authored about 10 years ago
parser bugfix in interpolating var in catch block

93c30a080d670d23e012474268ce825bd14be6ae authored about 10 years ago
throw ParseError for incomplete input as well

1f30945836a9e8063f02e250d92b46868f578afd authored about 10 years ago
throw ParseError's in lexer

5708ba15e35b522e030b1fdaf4862b9d24bab285 authored about 10 years ago
Merge pull request #16 from timholy/pull-request/b419fb02

Fix sizehint deprecation on 0.4

a5a983f9957b2fe4d6babbe27eff811e6f5fdaec authored about 10 years ago
Fix sizehint deprecation on 0.4

b419fb0268a3942eb8ef01e69f958f8163c6cdf6 authored about 10 years ago
Merge branch 'parseerr'

9d880493e32cae902f39c715ef1c0d06457bf737 authored about 10 years ago
throw more specific ParseError

1b312946fdf69bf8017cd0e8729dc70403a2ada8 authored about 10 years ago
sizehint! renaming happend in 0.4

937f4305bbf7edc8365a66f6ee0237483d82f634 authored about 10 years ago
add TODO about parsing failure

1c49e69a11a6ee2cc1400249f9672c73bcd61300 authored about 10 years ago
add tests for hex float literals

c72959371b1ee0fbdd759da4e74308332e5faf44 authored about 10 years ago
fix hex float literal parsing

3760e0a026e96671cd81f294bbc14b034447c2a8 authored about 10 years ago
delete unused debug code

ff4b9a91e20cd61603ffbf890e8b574c56790232 authored about 10 years ago
fix juxtaposed bug so 2(10) now parses correctly

This worked before because Char <: Number

77311b475e6e75ce27f250370495a1cccab59557 authored about 10 years ago
minor updates to diffast.jl

a5b31691af9ee293f7444b999410399c300c5a61 authored about 10 years ago
fix try block parsing in 0.4.0-dev

ab7f2f1a5eb6a0fc564c08882b94812f3deb49dc authored about 10 years ago
fix typos

81c698aae5e0eeb98c67d64f4e4c0d929aa986b9 authored about 10 years ago
simplify eof() a bit

af467b343eb3aa064626a6c77ab78f4c43f3b9d5 authored about 10 years ago
add a couple comments and some minor tweaks

886a481a4b4db49721fe445b222d7ecee7e542be authored about 10 years ago
whoops, deleting negate was a bad idea, here is an improved version

7f83e4d42bee5dd0c173ddb65f2f86b46f130b77 authored about 10 years ago
del unused negate code now that we treat every numeric value as a literal

ea9cb1588d4c88782195bf67ecfda8e8ab4c7881 authored about 10 years ago
disable warnings for deprecated operator in lexer

07edb94d4b47f60c52806a2dc2129542a39e6286 authored about 10 years ago
Fix EOF error on julia 0.4

0cccf7a717800802c1f225dfdbeae7d2b9c7b1ed authored about 10 years ago
Fix {}, Dict, and sizehint julia 0.4 deprecations

c157eec76158fc7299dd934d7f8072636b372a06 authored about 10 years ago
Merge branch 'fixws'

649013835b3053c93f45153d644185f616a3ced3 authored about 10 years ago
the shame, soo much trailing whitespace

63d813e541a2f436a13d89240acb1a7d4d4857d3 authored about 10 years ago
Update Travis to use Julia Language Support

b3d41e68206965a37d963ac607a6f082afbbc230 authored about 10 years ago
parse staged functions correctly

4b7aa68144660d68e68430d22bb818bc01e947b0 authored over 10 years ago
allow semicolon to be parsed in array expression

65677949609995f7117a360c435966888e6f0172 authored over 10 years ago
add dict syntax workaround hack

7ddd60895f57070c224470a9373f454616e1f9eb authored over 10 years ago
fix typo

1b697c6a933db26c906a29a3877ad455ec5baec3 authored over 10 years ago
update to work with v0.4-dev

fefbb5e00fbe430d39d2d0d7e32cc9fd8b131155 authored over 10 years ago
fix travis

aa466d7a84dee73db9cec66dbe631c1e534ebcc0 authored over 10 years ago
fix https://github.com/jakebolewski/JuliaParser.jl/issues/6

2f9db8fe21463b8cf19e98df556d3e71506245c0 authored over 10 years ago
allow parsing of end, elseif, etc. reserved words as symbols

6d1ae2b5c889c7651aeee44d683161963da53bd0 authored over 10 years ago
Merge branch 'master' of git://github.com/jakebolewski/JuliaParser.jl

e5f31bcf0c1501c62f6826c2b1e59e038542ede5 authored over 10 years ago
use vimdiff as sometimes we dont have X available

3c7fb93f51712ca934ae140436a1776da624f4fa authored over 10 years ago
minor cleanups

1917210715395501d1d26337bc0c245acfca7ee1 authored over 10 years ago
merge in more performance improvements

35181ee10379006fdc1137044cad6ece7e81c8bf authored over 10 years ago
fix to_kws

be159091b2e541a610c9f36776b0d09d2a9af0dc authored over 10 years ago
merge in performance fixes

bbb3d6a271619dafb8ad310fa903e32e110bca28 authored over 10 years ago
switch over to source parsing tests for base + pkgs

64bdd96629bf2113feff99e63f6f8ad7ee86ddb8 authored over 10 years ago
ignore coverage files

96ce3b7a7b0d52354a1d1be3c50d13636863a1ff authored over 10 years ago
update source file test to display total time

5de9b07c8438aa88b406fe84b974533ce7f50f5d authored over 10 years ago
ignore coverage files

3ed4aee5b26d9d62cdf2d00d793ec25acb17052b authored over 10 years ago
misc perf changes

some of these are significant changes, others only a few %. Overall
parsing time has been reduc...

2a0e65af16435bc67bdf16c09a82f21406f86120 authored over 10 years ago
ignore line coverage files

7a446cc882d49f8294643d6359299091fd9bfce5 authored over 10 years ago
combine tests for pkg + base sources

a06bf48b03879587146771525f969874a8e9363b authored over 10 years ago
Run parse tests over all src files in base + pkgs

3a689500736e0b8f622440c895bef7f30a81e56b authored over 10 years ago
minor syntax cleanups in lexer

cb01e92657c6a91162c670a4eb45b3a324468d9e authored over 10 years ago
Merge branch 'jcb/macroctx' into jcb/performance

27fae98c8f5f79575258d8e481d2c09621a4a77b authored over 10 years ago
merge and fixup O1 lookup branch

81d1ba32d9938f1f75de8419d9a0a98b68774be4 authored over 10 years ago
run base tests with runtest.jl

f339c18a62927ab5723c58950fd9af25f201132c authored over 10 years ago
ignore all shell scripts

214c500b595327b5e2e0ce6ef7f1f010108114d9 authored over 10 years ago
fix issue with explictly defining a new block with a semicolon after catch

16b6d64963ced46d07cf95550bdbfd2226c3e5fc authored over 10 years ago
parse ¬ (\neg) as a prefix operator

aae4a5344ee16de739a4a2624ac0f8afae515f8f authored over 10 years ago
track Base in parsing mulit-range for

85828a9984212d794566bbcad555943f79cf1227 authored over 10 years ago
tweak travis file

593bc98d8126ffbf4299bd29151424e248f832fb authored over 10 years ago
use exitstatus so Travis fails if any test fails

ee825ab8e8a697c0120c8174e9fb02846bec4e8e authored over 10 years ago
remove uses of first

fe5968851865356d6b6fff1b4ceada21d5f5e561 authored over 10 years ago
minor comment changes

5545fcd938d9e0e64f54c87b4bdfc246eb723b53 authored over 10 years ago
missing utf8 category constants

b9da3a353bc0d0079d40db49c6b78b4458fe9bfc authored over 10 years ago
Merge branch 'master' of https://github.com/jakebolewski/JuliaParser.jl

d439f52d6a1460061515d20686c3092d0f1cd8e8 authored over 10 years ago