myc2h6o / OALanguage

the compiler and gui shell(using electron) for OA language(the project for compiler lesson)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###OALanguage Compiler and Shell 编译原理的大作业---自定义强类型语言OALanguage
目前做到显示语法树和token stream

using lex & yacc
gui using electron

usage

npm install
node-gyp configure
node-gyp build
node-gyp rebuild --target=0.34.1 --arch=x64 --dist-url=https://atom.io/download/atom-shell
npm start

About

the compiler and gui shell(using electron) for OA language(the project for compiler lesson)

License:MIT License


Languages

Language:C 47.0%Language:C++ 40.8%Language:Yacc 4.2%Language:JavaScript 3.0%Language:Lex 2.4%Language:HTML 1.6%Language:CSS 0.8%Language:Python 0.1%Language:Batchfile 0.1%Language:Makefile 0.1%Language:LLVM 0.0%