Skip to content

FiBuGo/FiBuGo-Lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Programming Languages Course Project Codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published