Skip to content

Commit

Permalink
codegen: rename module render to lua_render
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Jul 2, 2024
1 parent 5d3b4af commit b6ecd0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsc/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from bsc.sym import *
from bsc.utils import BSC_OUT_DIR
from bsc.codegen.lua_ast import *
from bsc.codegen.render import LuaRender
from bsc.codegen.lua_render import LuaRender

class Codegen:
def __init__(self, ctx):
Expand Down
2 changes: 1 addition & 1 deletion bsc/codegen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from bsc.sym import *
from bsc.utils import BSC_OUT_DIR
from bsc.codegen.lua_ast import *
from bsc.codegen.render import LuaRender
from bsc.codegen.lua_render import LuaRender

class Codegen:
def __init__(self, ctx):
Expand Down
File renamed without changes.

0 comments on commit b6ecd0c

Please sign in to comment.