mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Replace regexpes with Ragel grammer
context parsing was handrolled and pretty ad-hoc this branch exists to explore parsing the context through a defined fsm as produced by Ragel
This commit is contained in:
@@ -62,6 +62,7 @@ require 'liquid/standardfilters'
|
||||
require 'liquid/condition'
|
||||
require 'liquid/module_ex'
|
||||
require 'liquid/utils'
|
||||
require 'liquid/parser'
|
||||
|
||||
# Load all the tags of the standard library
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user