About 240,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 on how …

  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 complicated (to create a …

  3. 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 just start writing …

  4. 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 …

  5. 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 do you proceed …

  6. language agnostic - Learning to write a compiler - Stack Overflow

    It's generally easier. The first step is to write a formal language description, the grammar of your programming language. Then you have to transform the source code that you want to compile or …

  7. 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 good at php, …

  8. 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 Intellisense? I'd prefer …

  9. What is a programming language? - Stack Overflow

    A programming language is an artificial language designed to express computations that can be performed by a machine, particularly a computer. Programming languages can be used to create …

  10. 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, Python, …