Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 1.83 KB

README.md

File metadata and controls

61 lines (31 loc) · 1.83 KB

FiBuGo

Logo

  • FiBuGo is a programming language which is specifically used for Geographical Information Systems (GIS). It is developed for using Geographical Maps and Satellite data (GPS) easily. This repository includes lexical analyzer and parser of the language which are implemented by using Lex and Yacc.

  • It was a Programming Languages course project and developed by Fidan Samet, Burak Yılmaz, Gökhan Özeloğlu.

  • You can find the Backus–Naur Form (BNF) for syntax rules of the language and project report in documents repository.

Features

  • 3D object definition

  • Road definition

  • Crossroad definition

  • GPS data definition

  • GPS built-in functions

Requirements ⚠️

  • gcc

  • Make

  • flex

  • yacc or bison

Installation

You can install requirements by using below commands.

$ sudo apt update

$ sudo apt install gcc flex bison

Run

Just type make on command line to compile.

$ make

Run test file with below command.

$ ./project < test.txt

Contribution

If you have any great idea, you can contact with us or you can directly send pull request.

Contributors & Contact