DEVELOPMENT OF AN INTERPRETER IN THE GO PROGRAMMING LANGUAGE
DOI:
https://doi.org/10.24867/33BE13RuzicicKeywords:
Programming languages, Interpreters, Dynamic typesAbstract
This paper explores the implementation of a hypothetical programming language, it is an extension of a previous paper by the same author of a compiler implemented in C programming language using tools “flex” and “bison” for lexical analysis and parsing. In contrast to that paper, an interpreter presented here was developed exclusively using a standard library of Go programming language without relying on any other tools or existing code.
References
[1] L. A. Meyerovich and A. S. Rabkin, ”Empirical analysis of programming language adoption”, Association for Computing Machinery, vol. 48, pp. 1-18, Oktobar 2013.
[2] StackOverflow, https://survey.stackoverflow.co/2024/, (pristupljeno u junu 2025.)
[3] T. H. Romer, D. Lee, G. M. Voelker, A. Wolman, W. A. Wong, J. Baer, B. N. Bershad, H. M. Levy, ”The structure and performance of interpreters”, Association for Computing Machinery, vol. 31, pp. 150-159, Septembar 1996.