Skip to content

Commit

Permalink
Merge pull request #122 from JuliaDebug/teh/reorg
Browse files Browse the repository at this point in the history
Reorganize the source files (fixes #79)
  • Loading branch information
timholy authored Mar 8, 2019
2 parents 9e6b118 + 2c82029 commit a3b5baf
Show file tree
Hide file tree
Showing 11 changed files with 1,148 additions and 1,169 deletions.
6 changes: 3 additions & 3 deletions docs/src/dev_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
```@docs
JuliaInterpreter.enter_call
JuliaInterpreter.enter_call_expr
JuliaInterpreter.build_frame
JuliaInterpreter.prepare_frame
JuliaInterpreter.determine_method_for_expr
JuliaInterpreter.prepare_args
JuliaInterpreter.prepare_call
Expand Down Expand Up @@ -70,8 +70,8 @@ JuliaInterpreter.compiled_methods
```@docs
JuliaInterpreter.@lookup
JuliaInterpreter.iswrappercall
JuliaInterpreter.isdocexpr
JuliaInterpreter.isglobalref
JuliaInterpreter.is_doc_expr
JuliaInterpreter.is_global_ref
JuliaInterpreter.statementnumber
JuliaInterpreter.Variable
JuliaInterpreter.locals
Expand Down
Loading

0 comments on commit a3b5baf

Please sign in to comment.