codedthinking / Kezdi.jl

Julia package for data manipulation and analysis
https://codedthinking.github.io/Kezdi.jl/
Other
18 stars 0 forks source link

Analyze .do files in Restud packages #12

Closed korenmiklos closed 1 month ago

korenmiklos commented 4 months ago
korenmiklos commented 4 months ago

@gergelyattilakiss please do this fully in Julia, incl the GitHub API calls, the parsing and the analysis.

Can you prepare a report by March 31? Would be good to have a full picture before we start coding. Also, much of the presentation could be about describing the econ landscape.

gergelyattilakiss commented 4 months ago

Sure, I think end of March is managable.

korenmiklos commented 4 months ago

Parsing do files should not be difficult. With the exception of some prefixes like by ... : or quietly, the first word is the command.

Ok maybe comment parsing is also necessary. There four different ways to comment, , / */, // and ///

gergelyattilakiss commented 3 months ago

this and #14 should be done in https://github.com/REStud/github-data

korenmiklos commented 1 month ago

Indeed, this is duplicate of that