项目作者: Wolfteinter

项目描述 :
Compilador basico para lenguaje Doar
高级语言: C++
项目地址: git://github.com/Wolfteinter/Doar-Language.git
创建时间: 2019-01-28T18:21:02Z
项目社区:https://github.com/Wolfteinter/Doar-Language

开源协议:

下载


Doar-Language

1) You must compile file source code main.cpp.

2) By default the file source code selected is code.doa

  1. - You can modify this file for testing or
  2. - You can change the following line in `main.cpp`:
  3. - `string fileName = "code.doa";`
  4. Example: `string fileName = "otherCode.doa"`;

3) We recommend to compile with: g++ -std=c++11 main.cpp -o main

4) And for lauch: ./main

5) Currently, we can only know the output of process of the lexical analysis, syntactic
analysis and semantic analysis.