Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

198
Views
How to hide the compiler for a language from the eyes of a developer in my language

My compiler is in the directory /compiler, all code compilations go through it i.e. in waffle test.mylang the source code of my programming language is stored, and when I run compiler/compiler.js then he immediately with test.mylang reads the code and saves the result output.txt saved to run it by copying, as developers of programming languages ​​hide these operations?,- also I would like to run code with my prefix i.e. sketch code.mylang (supposedly node code.js), sketch the name of my language, which would run the compiler in compiler/compiler.js. Please, help.

Code of test.mylang:

var :(int) govnocode = 16.0;
print :(string) "Variable govnocode created!";

Code of output.txt:

#include <iostream>
using namespace std;

int main () {
int govnocode=16.0;
cout << "Variable govnocode created!", 18+18;
return 0;
}

And all these operations go through the compiler which needs to be hidden and, it would be desirable to make your own launch prefix like: sketch code.mylang

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!