Skip to content

Commit

Permalink
Rename core_ext.rb => sexp.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 15, 2013
1 parent 7038303 commit d2a17ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opal/lexer.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'opal/core_ext'
require 'opal/sexp'
require 'opal/grammar'
require 'opal/grammar_helpers'
require 'opal/lexer_scope'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stdlib/opal-parser.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% require_asset 'strscan' %>

// We need (some) of the libs from our real ruby parser (not in sprockets load path)
<% %w(opal/version opal/grammar opal/lexer opal/parser opal/target_scope opal/core_ext opal/lexer_scope opal/grammar_helpers opal/fragment opal).each do |f| %>
<% %w(opal/version opal/grammar opal/lexer opal/parser opal/target_scope opal/sexp opal/lexer_scope opal/grammar_helpers opal/fragment opal).each do |f| %>
<%= Opal::RequireParser.parse File.read(File.join Opal.core_dir, '..', 'lib', "#{f}.rb") %>
<% end %>

Expand Down

0 comments on commit d2a17ad

Please sign in to comment.