mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Moved compiler methods into module Compiler, moved call to pbSetUpSystem into Main
This commit is contained in:
@@ -21,10 +21,8 @@ def canonicalize(c)
|
||||
for x in csplit
|
||||
if x=="."
|
||||
elsif x==".."
|
||||
if pos>=0
|
||||
ret.delete_at(pos)
|
||||
pos -= 1
|
||||
end
|
||||
ret.delete_at(pos) if pos>=0
|
||||
pos -= 1
|
||||
else
|
||||
ret.push(x)
|
||||
pos += 1
|
||||
|
||||
Reference in New Issue
Block a user