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

add more specific is_large_number

f413e9ec1ba56de2d5145b252801100b181ae81f authored almost 11 years ago
add missing macros

283fa06ad92ce63a4a6db2595eea2b7586ccd467 authored almost 11 years ago
initial sketch of parse atom

1508ceb89c3cf94819f36f07659a1663369dc2d1 authored almost 11 years ago
first pass at parse_string_literal

f03215eb12f0d89e5754ec81b476a07af69980b3 authored almost 11 years ago
return io from takechar

371da2d0f3df7713895025a99d8a1ab789744170 authored almost 11 years ago
add takechar function

90486f3858fc708dd4887c1e15d64ca1c435c7c0 authored almost 11 years ago
sketch inital implementation of parse backquote

9b3a184f87593e417a33bcac48079bdfbaf2c745 authored almost 11 years ago
sketch out parse_tuple

3f965439df258f7b4b7486e5ff9f8596728c376b authored almost 11 years ago
initial sketch of parse_cat

1cdcda03875dca31c3f44ab18bb6272897d6d4f2 authored almost 11 years ago
sketch out parse matrix

a7d6e1b42492c1826c8a5c5c9bfa312a651dd4c2 authored almost 11 years ago
sketch array / dict comprehensions

e0bda57efec0979011200ba16fa2be0498688ed9 authored almost 11 years ago
sketch parse arglist

11fe8ed760e4b79015eef05842e63b63a8eb9f8b authored almost 11 years ago
sketch out parse imports

de23348d1843c38ebf36c35d70d79d27611b2fdf authored almost 11 years ago
sketch out parse resword

474a0681820b266637faa10b5168b181d9a3641c authored almost 11 years ago
fix parsing errors

6a791e3e50b6c74eb1ef4d13b4f6f43e980a8a4a authored almost 11 years ago
sketch out parse_call

3cef8939a3bb8ff0fc2d2ce95bc7f5f00a62bd03 authored almost 11 years ago
parse_unary_prefix function

1bade2ab2838aebe53bd6591594816b6cdb30ff2 authored almost 11 years ago
subytpe syntax function

5f33cbf5abba2480b318a3d85aeb2f87664994ae authored almost 11 years ago
sketch out parse_unary

45afaf933cc78f7657280b57c4b666a3f82149e7 authored almost 11 years ago
sketch out parse_range

684a077a816938132b49f36636c7188caf2593de authored almost 11 years ago
add maybe_negate

ee204894a7f9c924156121e19f8155cb308b31fd authored almost 11 years ago
add parse helper functions

664a193fdf742d423f0d636a036d6ab71d80d939 authored almost 11 years ago
fix parsing errors with builtin symbols, pass initial tests

d460307d909a0ffc09a35b9b9c6c74351becf314 authored almost 11 years ago
add basic token stream handling functions to parser

b412cee937e19319dcadd2a9244f44867566c881 authored almost 11 years ago
don't lump newlines in with whitespace by default

6a0cff41f2bf88cf5298b2c1ebe7f7b59278bf18 authored almost 11 years ago
add initial parser test, special case for files that contain only whitespace

a5b7677022c8a56d6f53474b4ef5ad2564bbfe5d authored almost 11 years ago
Fixup skip whitespace tests

c8bbe912c69bbfa2e505126d3d10b9c1693f585f authored almost 11 years ago
lazily produce tokens in tests

9421d0605ca7c75e56deb82087283ee7b7f273d6 authored almost 11 years ago
shiny new svg badges

989c4e2fe8fd34c661d0f96c15d06580d0233978 authored almost 11 years ago
manually run tests

9e3cd0fbe952230a81636ebb24c81077493e072d authored almost 11 years ago
add another edge case tese for multiline comments

abb392b3b9f1f24fb954d3aed7446fe806890609 authored almost 11 years ago
fix multiline comment parsing bug

5b45e287e02981aeb914b0e88b174d8c02f7e217 authored almost 11 years ago
fix readnumber eof bug, all token tests now passing

5b2a620a15ba2586f4c473472e47757fe83e8daa authored almost 11 years ago
add tests for next_token

bd0aa8b4f524c7f28e608bfc6e9f548943d09a5b authored almost 11 years ago
add floating point tests

82f74690f45ea94c3d6e21d35c20b03ca63c7608 authored almost 11 years ago
add more floating point tests for read_number

8ce29f34dac2eef31097fe1269712e5482e47735 authored almost 11 years ago
reformat operator array:

7680a6398e8b8be734d51b54403923dd134f165a authored almost 11 years ago
initial read_number tests

278eb7f12455b3bed46d4c4dd9a6d28e2eba991e authored almost 11 years ago
fix is within int128 test, test octal version

c4d0dd3a412395bc6c70d4b4b666fa21ee0c2f83 authored almost 11 years ago
test compare num strings

19a60704e53d07e4f32aef75c9d459dd0e690b5c authored almost 11 years ago
accum digit tests

cac67a498b75215177062a9ef4105ee83df3ebc3 authored almost 11 years ago
fix parsing errors for left subtype

97a444040e7ab708e544de09d5fea788662d3dec authored almost 11 years ago
octal tests are now passing

9e9de549bb7002db1e50bf3b7822a741e81e48c5 authored almost 11 years ago
add uint literal tests for binary and hex

bfa4aab5225f639b7a5bb343e761d4a2e0781aa5 authored almost 11 years ago
remove debug statement from read operator test

ad31b1ae7d764f6249e4644552777d3ad9ca8b1b authored almost 11 years ago
read operator now passes all tests

46fb6260af064646eb92748ac1c9c995010ebb17 authored almost 11 years ago
add string to number implementation and tests

3a966f5c2e572c72746ae560522383b8542a2ee4 authored almost 11 years ago
preallocate operator size in read_operator

78944f8fdce6bcb84480a939db1358a97e90dbd9 authored almost 11 years ago
fix syntax error

92d776e5faf80f8f5eea464ae3b29f1a133ae7f6 authored almost 11 years ago
add julia_symbol tokenizer and first pass at next_token

09e16ddc04aca092b6821030144ce087ac9bef60 authored almost 11 years ago
progress on tokenizing constant numbers

5b53ced98486f9206d4a9c0853a27b88744f5073 authored almost 11 years ago
comment corrections

600111677500c404e793d390aa42c43e7418363e authored almost 11 years ago
add comments

5ceb5d7f2cdb5e93aa139222ab82334b47ad00c3 authored almost 11 years ago
fix tab / whitespace issues

6a3791ef7039dd24737bb751c156428412f2d899 authored almost 11 years ago
refactor tests to use factcheck

73fcddcc585f88a64535a9591688d1cdf8ba2286 authored almost 11 years ago
add nested comment test

3b4a332906fbc620dc5c55bb9b78d9097e103ecf authored almost 11 years ago
remove debug info:

24cca7b20d718c4b5bb64b388c73ed097b2c7837 authored almost 11 years ago
add multiline comment skipping with tests

39e9ad20f08300379c3e87418c676788ac6c49ab authored almost 11 years ago
add eof tests for skip comment

3d1f031bf3e419d7ad6a6c8b2354608e4912445f authored almost 11 years ago
reformat while loops for comment / whitespace skipping

c15564bee6ce6cdbd498f4be9c7989d7344c4d3e authored almost 11 years ago
add comment / whitespace skipping

248ed37ce8fb9d91d99105212c82d0a53c37cd14 authored almost 11 years ago
add implementation / tests for is_char_(numtype)

f25f890390b8d62ae259d98f86fdd8d5f87c812a authored almost 11 years ago
implement read_operator (untested)

698b47c246b7d0b19348c4615be756beca0a37eb authored almost 11 years ago
add skip_to_eolgit --git-dir=/home/jake/.julia/JuliaParser/.git add test/runtests.jl tests

c91e4aeb204a0106ca870f1b10c51ab40323665a authored almost 11 years ago
add skip_to_eol function

a91fefc66fe4fc9bb3f46df3a6019124901973dd authored almost 11 years ago
change name to reflect different semantics

86607f888545d724498e3e7a1818a96d782dee4d authored almost 11 years ago
fix formatting

51265e3ebafdf3f2f7ff742e989192c8292fecc2 authored almost 11 years ago
reformat and add in remaining helper functions for lexer

45b2067c457c0963a9f41c63bf52742ae38ff092 authored almost 11 years ago
define constants and lexer helper functions

eedb40d7566c10729e736c373e2f4a1ac38b8adc authored almost 11 years ago
include lexer and parser source files in JuliaParser package

c95efa217ea919093b0a98dab45c0ed2f76cd2df authored almost 11 years ago
add lexer and parser source files

257e51dda56bbc630558e78ce4d7ebd0147014d0 authored almost 11 years ago
initial empty commit

8e0e59ee886a623aedcdf31fe5bb3418d61b3097 authored almost 11 years ago
JuliaParser.jl generated files.

license: MIT
authors: Jake Bolewski
years: 2014
user: jakebolewski

Jul...

748a67064f481923767080eb837f02e2346a65bf authored almost 11 years ago