Stage 3 compilerยค
This is stage 3 compiler. In the stage 3 compiler, we begin to add some features that are not present in Ivy 1.7. The stage 3 compiler can be compiled by the stage 2 compiler like this:
$ IVY_INCLUDE_PATH=../s2/include ../s2/ivyc_s2 ivyc_s3.ivy $ g++ -I../s1/include -O2 -o ivyc_s3 -std=c++17 ivyc_s3.cpp