parsanol 1.3.13 → 1.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/parsanol.rb CHANGED
@@ -259,6 +259,7 @@ require "parsanol/atoms"
259
259
  require "parsanol/pattern"
260
260
  require "parsanol/pattern/binding"
261
261
  require "parsanol/transform"
262
+ require "parsanol/vm"
262
263
  require "parsanol/parser"
263
264
  require "parsanol/error_reporter"
264
265
  require "parsanol/scope"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parsanol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.13
4
+ version: 1.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
@@ -253,6 +253,7 @@ files:
253
253
  - lib/parsanol/string_view.rb
254
254
  - lib/parsanol/transform.rb
255
255
  - lib/parsanol/version.rb
256
+ - lib/parsanol/vm.rb
256
257
  - lib/parsanol/wasm/README.md
257
258
  - lib/parsanol/wasm/package.json
258
259
  - lib/parsanol/wasm/parsanol.js