Tagged Questions
The script-language tag has no wiki summary.
4
votes
11answers
408 views
If you only have a hammer…or [closed]
I need to download some csv files over http from the internet, parse it and convert it to a more useful fomat. Eventually a C++ program will consume the data. A few years ago, I would be pulling out ...
2
votes
5answers
840 views
describing something, should i use Backus-Naur Form?
I want to describe a complex script and possibly programming language. i was thinking of describing it in Backus-Naur Form before doing anything (excluding dummy/sample script code)
Is there another ...
1
vote
2answers
295 views
Invent new language, syntax check?
i been thinking of a new programming language. Before trying to implement it i would like to check the syntax of code to see if there is much ambiguity. (i find it funny that its possibly to do ...