DESIGN & IMPLEMENTATION OF A PROGRAMMING LANGUAGE
Allan Jerjas, Adam Sam

Abstract
This paper describes the design and implementation of a simple and arbitrary intuitive programming language, with an interpreter to be used by programmers new to the programming domain. This report describes the design and implementation of a programming language that takes much inspiration from the programming languages C and BASIC. The language is created using standard methodology to define a language and then to implement it with a parser- generator using the meta-language C. Finally some reflections on the method of implementation and the possibilities they entail are presented.