dino3616 / language-processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language Processing by NITIC

A repository for the language processing class of NITIC.

Setup

environment

You can use Dev Containers to setup the development environment.

Before start, you need to clone this repository and pre-setup by running the following command:

git clone "https://github.com/dino3616/language-processing"
cd "language-processing"
cp ".env.template" ".env"

You need to press Shift + Cmd (Ctrl) + P, and type Dev Containers: Open Folder in Container.... Then, select the root directory of this repository. Now all you have to do is sit back and wait!

About

License:MIT License


Languages

Language:Makefile 59.0%Language:Yacc 30.6%Language:Lex 10.5%