Newbie question. After working on for a while on a Julia script, what are the recommended ways to test for syntax errors and compilability without running the code? (For example, in Python I'd execute the following command from the system shell: python -m py_compile myprogram.py).