User Tools

Site Tools


cs330_f2016:laby

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cs330_f2016:laby [2018/09/26 20:48]
morse
cs330_f2016:laby [2018/09/27 19:48]
morse
Line 159: Line 159:
 In order for your code to work with the solo-grader you will need to do following: In order for your code to work with the solo-grader you will need to do following:
   -Name your module ''​RudInt''​.   -Name your module ''​RudInt''​.
-  -Make sure the function stored in your binop are native ​Julia functions.+  -Make sure the function stored in your BinopNode is a Julia function, either a built-in one or one that you write.
   -Make sure the ''​julia''​ binary is in your executable path (like you did for ''​racket''​ previously)   -Make sure the ''​julia''​ binary is in your executable path (like you did for ''​racket''​ previously)
   -Make sure the path for the Error and Lexer files are on you Julia path. To do this you can add ''​push!(LOAD_PATH,​pwd())''​ into your ''​~/​.julia/​config/​startup.jl''​ file, then just make sure to run the autograder from the same directory in which you have RudInt, Lexer, and Error.   -Make sure the path for the Error and Lexer files are on you Julia path. To do this you can add ''​push!(LOAD_PATH,​pwd())''​ into your ''​~/​.julia/​config/​startup.jl''​ file, then just make sure to run the autograder from the same directory in which you have RudInt, Lexer, and Error.
cs330_f2016/laby.txt ยท Last modified: 2021/06/30 23:42 (external edit)