-
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.
-
3D object definition
-
Road definition
-
Crossroad definition
-
GPS data definition
-
GPS built-in functions
-
gcc
-
Make
-
flex
-
yacc
orbison
You can install requirements by using below commands.
$ sudo apt update
$ sudo apt install gcc flex bison
Just type make
on command line to compile.
$ make
Run test file with below command.
$ ./project < test.txt
If you have any great idea, you can contact with us or you can directly send pull request.