Merge pull request #102 from nlfiedler/fix-escapes
[jackhill/mal.git] / erlang / rebar.config
index 3e07495..f18253f 100644 (file)
@@ -2,7 +2,7 @@
 %% rebar configuration file (https://github.com/rebar/rebar)
 %%
 
-{require_otp_vsn, "17"}.
+{require_otp_vsn, "17|18"}.
 
 {erl_opts, [debug_info, fail_on_warning]}.
 
     "step2_eval",
     "step3_env",
     "step4_if_fn_do",
-    "step5_tco"
+    "step5_tco",
+    "step6_file",
+    "step7_quote",
+    "step8_macros",
+    "step9_try",
+    "stepA_mal"
 ]}.