Posts by Fábio Adriano • 1 point
2 posts
-
0
votes0
answers46
viewsQ: Valid production replacement for LL(1)
I have the following production: S if E then S Else S fi | if E then S fi | K Considering ε as the empty sentence, which would be a valid substitution to obtain an equivalent grammar that is LL(1)?…
compilersasked Fábio Adriano 1 -
0
votes0
answers39
viewsQ: Button only sends data from Gson to Textview on Android 2.2
Good night! I made the following code to send data from a Webservice Json to a Textview from a button: package br.edu.ipesu.thermostop; import java.io.InputStreamReader; import java.net.URL; import…
androidasked Fábio Adriano 1