Rename Julia to Yul in comments

This commit is contained in:
Alex Beregszaszi
2018-06-26 00:52:27 +02:00
parent 91db46b128
commit 8fa8b2d08e
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ namespace julia
{
///
/// Assembly class that abstracts both the libevmasm assembly and the new julia evm assembly.
/// Assembly class that abstracts both the libevmasm assembly and the new Yul assembly.
///
class AbstractAssembly
{
+1 -1
View File
@@ -15,7 +15,7 @@
along with solidity. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* Common code generator for translating Julia / inline assembly to EVM and EVM1.5.
* Common code generator for translating Yul / inline assembly to EVM and EVM1.5.
*/
#include <libjulia/backends/evm/EVMCodeTransform.h>
+1 -1
View File
@@ -15,7 +15,7 @@
along with solidity. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* Common code generator for translating Julia / inline assembly to EVM and EVM1.5.
* Common code generator for translating Yul / inline assembly to EVM and EVM1.5.
*/
#include <libjulia/backends/evm/EVMAssembly.h>