tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
antlr: supports darwin
Matthew Bauer
8 years ago
b9c8a018
a708fd84
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
parsing
antlr
3.4.nix
+1
-1
pkgs/development/tools/parsing/antlr/3.4.nix
···
33
33
walk parse trees.
34
34
'';
35
35
homepage = http://www.antlr.org/;
36
36
-
platforms = platforms.linux;
36
36
+
platforms = platforms.linux ++ platforms.darwin;
37
37
};
38
38
}