-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f14ccb
commit 27b4528
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Implementirajte leksikalni in sintaktični analizator na osnovi BNF notacije, ki ste jo definirali pri načrtovanju jezika za opis infrastrukture mesta. Med razpoznavanjem zgradite abstraktno sintaktično drevo. | ||
|
||
Za lažjo predstavo in izris, transformirajte abstraktno sintaktično drevo v tekstovni format GeoJSON, ki ga lahko uvozite v orodje [geojson.io](https://geojson.io). Opis formata lahko najdete na [Wikipediji](https://en.m.wikipedia.org/wiki/GeoJSON). | ||
|
||
V naslednjem letu boste pri predmetu *Razvoj računalniških iger* abstraktnično drevo izrisali na zemljevid: | ||
|
||
![rri](rri.png) | ||
|
||
Nalogo implementirate v poljubnem programskem jeziku, ki ima podporo za JVM. Torej Kotlin, Java, Scala, itd. | ||
|
||
|
||
|
||
|