Skip to content

Commit

Permalink
Add Squirrel3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Oct 16, 2016
1 parent bbb41f2 commit 2686c32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/code-gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,13 @@ def code
end
end

class Squirrel3 < CodeGen
File = "QR.nut"
Cmd = "squirrel3 QR.nut > OUTFILE"
Apt = "squirrel3"
Code = %q("print"+E[PREV])
end

class Smalltalk < CodeGen
File = "QR.st"
Cmd = "gst QR.st > OUTFILE"
Expand Down

0 comments on commit 2686c32

Please sign in to comment.