Sha256: f799bcc30324f0ac4573598d7affd9715af844345cf2c73ac04346bf20a2f8bd
Contents?: true
Size: 562 Bytes
Versions: 47
Compression:
Stored size: 562 Bytes
Contents
require "liquidscript/icr/representable" require "liquidscript/icr/code" require "liquidscript/icr/set" require "liquidscript/icr/sexp" require "liquidscript/icr/context" require "liquidscript/icr/variable" module Liquidscript # The ICR (rather, Intermediate Code Representation) # is a method used to transform compiled code into # the corresponding javascript code. It can be used # to optimize the code first, ensuring that the # resultant code is fast. The point here is to # represent the code, and make it seem nice. module ICR end end
Version data entries
47 entries across 47 versions & 1 rubygems