I need to solve the task, connecting with creating of DSL. First, what should I do to translate text to machine code. For example:
text: 'If salary more than 5000 do op1'
should be translated to..
if salary > 5000:
op1
Is any way to do it? Maybe it other langs