/LLVMPascalCompiler

This is the source code of My LLVM Pascal Compiler Tutorial

Primary LanguageC++

LLVMPascalCompiler

This is the source code of My LLVM Pascal Compiler Tutorial. You can click [this] 1 to visit my blog and this compiler tutorial.

Current Status:

Scanner. 100%.

Parser. Next

Compile and Run

Windows:

Microsoft Visual Studio 2013.

Click LLVMPascal.sln and Build. You can debug and run in the environment of MSVS 2013 or You can run LLVMPascal.exe in cmd environment. But if you run it in cmd, you should copy scanner_test.pas in the fold of LLVMPascal.exe. Do not be sad, after the completion of this tutorial, we will make this easier.

Linux:

MakeFile. I will supply it later

Mac OS X:

It will be supported by @sile

License

BSD