US final report ( programming language and paradigms ) using Racket

Your task for this course project is to generate a simple programming language with some weird constructs. Here’s an example:This programming language uses non-standard symbols and includes a greeting message and a cute face. When executed, it should output the sum of 5 and 1 (because the ^_^ symbol represents 1).Now, let’s move on to the steps for designing this language:To design this project using Racket, you can use Racket’s built-in tools for language design, including the parser and lexer libraries. Here are some resources that may be helpful:

× How can I help you?