File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Its path must be set on the `jruby.dir` property of
23
23
` nbproject/project.properties ` (defaults to ` ../jruby ` ).
24
24
25
25
Additionally, you'll need [ Ant] ( http://ant.apache.org/ ) , and
26
- [ Ragel] ( http://www.cs.queensu.ca/~thurston /ragel/ ) 6.4 or greater.
26
+ [ Ragel] ( http://www.colm.net/open-source /ragel/ ) 6.4 or greater.
27
27
28
28
Then, from the folder where the sources are located, type:
29
29
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ will be two variants available:
12
12
extensions, which are both part of the ruby standard library.
13
13
* The quite a bit faster native extension variant, which is in parts
14
14
implemented in C or Java and comes with its own unicode conversion
15
- functions and a parser generated by the ragel state machine compiler
16
- http://www.colm.net/open-source/ragel/ .
15
+ functions and a parser generated by the [ Ragel] state machine compiler.
17
16
18
17
Both variants of the JSON generator generate UTF-8 character sequences by
19
18
default. If an : ascii \_ only option with a true value is given, they escape all
71
70
## Compiling the extensions yourself
72
71
73
72
If you want to create the ` parser.c ` file from its ` parser.rl ` file or draw nice
74
- graphviz images of the state machines, you need ragel from:
75
- http://www.colm.net/open-source/ragel/
73
+ graphviz images of the state machines, you need [ Ragel] .
76
74
77
75
## Usage
78
76
@@ -423,3 +421,5 @@ The latest version of this library can be downloaded at
423
421
Online Documentation should be located at
424
422
425
423
* https://www.rubydoc.info/gems/json
424
+
425
+ [ Ragel ] : http://www.colm.net/open-source/ragel/
You can’t perform that action at this time.
0 commit comments