Skip to content

Commit

Permalink
Moved ScalarScanner Ragel state machine from Ruby to C.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Jan 15, 2013
1 parent 9e43eb4 commit 2ec9620
Show file tree
Hide file tree
Showing 7 changed files with 647 additions and 805 deletions.
1 change: 1 addition & 0 deletions ext/psych/psych.c
Expand Up @@ -28,6 +28,7 @@ void Init_psych()

Init_psych_parser();
Init_psych_emitter();
Init_psych_scalar_scanner();
Init_psych_to_ruby();
Init_psych_yaml_tree();
}
Expand Down
1 change: 1 addition & 0 deletions ext/psych/psych.h
Expand Up @@ -11,6 +11,7 @@

#include <psych_parser.h>
#include <psych_emitter.h>
#include <psych_scalar_scanner.h>
#include <psych_to_ruby.h>
#include <psych_yaml_tree.h>

Expand Down

0 comments on commit 2ec9620

Please sign in to comment.