About 197,000 results
Open links in new tab
  1. Create Custom Language in Visual Studio Code - Stack Overflow

    Jan 25, 2019 · 97 Is there a way to extend the supported languages/grammars in Visual Studio Code? I'd like to add a custom language syntax, but I've not been able to find any information …

  2. How to approach creating a JVM programming language?

    Sep 29, 2020 · I was thinking about having a look at maybe another language that targets the JVM like Clojure, Jython or JRuby. But all these languages are very high level and …

  3. How to create a .Net programming language? - Stack Overflow

    I have created a few different full programming languages using some of the various parsing tools available. However, how would someone create a programming language that runs the .Net …

  4. c++ - create my own programming language - Stack Overflow

    Sep 8, 2010 · Possible Duplicates: References Needed for Implementing an Interpreter in C/C++ How to create a language these days? Learning to write a compiler I know some c++, VERY …

  5. how to start writing a very simple programming language

    You can't start making programming languages without having some programming experience. Make sure you learn a programming language and make sure you know a lot about it, then …

  6. How to define a grammar for a programming language

    Oct 1, 2011 · How to define a grammar (context-free) for a new programming language (imperative programming language) that you want to design from scratch. In other words: How …

  7. Creating a small programming language for beginners

    Jul 12, 2013 · To create your own programming language first you need to go through all kinds of different programming languages, such as C to C++, Java, QML, HTML, JavaScript, Ruby, …

  8. Platform for creating a visual programming language

    Feb 20, 2010 · I'm interested in creating a visual programming language which can aid non-programmers(like children) to write simple programs, much like Labview or Simulink allows …

  9. How to create a new language for use in Visual Studio

    How do I create a new file type for Visual Studio? How do I get syntax highlighting? Can I use the same parser I created in step 1, or is this something entirely different? How do I get …

  10. How is a new programming language actually formed/created?

    May 17, 2010 · My definition of a professional is someone who is paid to know about programming languages, to pass on that knowledge, and to develop new knowledge in …