This website requires JavaScript.
Explore
Help
Sign in
gwh
/
rpl.rb
Watch
1
Star
0
Fork
You've already forked rpl.rb
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
ff48cef22a
rpl.rb
/
lib
/
core
/
general.rb
13 lines
150 B
Ruby
Raw
Normal View
History
Unescape
Escape
[refactoring] rename to Rpl; unsplit core
2021-11-23 13:10:03 +01:00
module
Rpl
Rpl:: → Rpl::Lang::
2021-12-07 15:50:58 +01:00
module
Lang
module
Core
module_function
implement and test part of the language; exit using quit
2021-11-10 16:20:47 +01:00
Rpl:: → Rpl::Lang::
2021-12-07 15:50:58 +01:00
# no operation
def
nop
(
stack
)
stack
end
implement and test part of the language; exit using quit
2021-11-10 16:20:47 +01:00
end
end
end
Reference in a new issue
Copy permalink