-
Updated
May 19, 2022 - C++
#
custom-language
Here are 44 public repositories matching this topic...
Custom programming interpreter for ZSharp (Z#), a language I made up.
Template engine for PHP and code generator tool based on templates for all languages.
php
template-engine
template-language
code-generation
model-driven-development
model-transformations
custom-language
-
Updated
May 14, 2022 - PHP
A virion for localization. Supports parameter declaration and checking, plurals and more.
-
Updated
Jan 9, 2019 - PHP
LTHC Lang is a simply programming langage created with java
-
Updated
Dec 12, 2020 - Java
The CCL (Contextual C-like Language) Specification
game
parser
framework
csharp
compiler
unity
runtime
engine
game-development
scripting-language
unity-asset
unity-3d
lexer
scripting-engine
unity-plugin
custom-language
run-time-scripting
-
Updated
Nov 26, 2018
A simplified web version of LTHC Lang named LTHC Lang Web.Version
-
Updated
Dec 9, 2020 - JavaScript
This is a syntax highlighter for AutoHotKey in Notepad++ that matches the Visual Studio dark theme.
syntax-highlighting
theme
visual-studio
dark-theme
xml
autohotkey
ahk
notepad-plus-plus
notepad-plusplus-plugin
custom-language
language-plugin
-
Updated
Mar 30, 2018
A BrainF similar language except you can move in 3 Dimensions.
-
Updated
Dec 9, 2020 - JavaScript
RmbRT Language Boostrap Compiler: syntax at https://github.com/RmbRT-lang/RL.sublime-syntax
c
programming-language
compiler
machine
agpl
rl
custom-language
rmbrt-language-compiler
rmbrt-language
-
Updated
May 13, 2022 - C
A compiler for JamPlus language.
css
html
language
parser
front-end
parse
html5
online
frontend
custom
css3
beta
easy-to-use
node-js
online-compiler
html-css-javascript
front-end-development
custom-language
custom-programming-language
jamplus
-
Updated
Jan 27, 2021 - JavaScript
This is my functional programming language that looks like Haskell but it cache every function.
language
rust
haskell
interpreter
functional-programming
rust-lang
programming-languages
custom-language
-
Updated
Jan 11, 2021 - Rust
Mini-compiler to compiler a custom language as part of the course plan for Automata Theory and Compiler Design
lex
yacc
syntax-analysis
mini-compiler
semantic-analysis
custom-language
semantic-analyzer
syntax-analyzer
-
Updated
Jan 3, 2018 - Yacc
Serious Engine 1 es file support for the IntelliJ Platform
-
Updated
Feb 11, 2019 - Java
Interprete programming language, working by Python. Syntax similar to SQL + Assembler
-
Updated
Mar 18, 2022 - Python
A work-in-progress programming language, focused on a kind of crazy, but "well" considered concept...
-
Updated
May 5, 2018 - C#
Transpile from a simple language to whitespace
language
compiler
ocaml
esoteric-language
transpiler
whitespace
menhir
esoteric
custom-language
ocamllex
ocaml-program
-
Updated
Jul 27, 2019 - OCaml
Open
Add token type enum
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
-
Updated
Aug 16, 2021 - Python
Compile custom language into MIPS Assembly
-
Updated
Jul 1, 2017 - Python
This projects brings the MontiSecArc language to the popular IntelliJ IDE. The plugin provides a deep integration of secure architecture files into the IDE. Allowing the fast creation of secure architectures and an plain learning curve.
-
Updated
Mar 28, 2017 - Kotlin
Standard library of the RmbRT programming language.
-
Updated
May 13, 2022 - Ragel
andrewt0301
commented
Apr 20, 2020
Please follow code style recommended by Intellij.
https://www.jetbrains.org/intellij/sdk/docs/basics/intellij_coding_guidelines.html
There guidelines are rather abstract. More specific recommendations are give by Google (they use a similar code style):
https://github.com/google/styleguide
For enforce this code style, please install Google code style configuration into you Int
good first issue
Good for newcomers
Custom programming language that compiles to NodeJS (vanilla JS should work as well)
-
Updated
Apr 26, 2022 - JavaScript
Python Interpreter for custom interpreted language, Natscript, which is to be very close to natural English.
language
programming-language
interpreter
python3
programming-languages
python-interpreter
custom-language
custom-interpreted-language
natscript
-
Updated
May 1, 2022 - Python
A JIT compiler for a custom low-level assembly-like programming language.
parser
interpreter
compiler
architecture
tokenizer
jit
lexer
low-level
jit-compiler
risc
custom-language
just-in-time
nullary
-
Updated
Oct 10, 2021 - C
An llvm frontend for a custom programming language
-
Updated
Jun 13, 2021 - Rust
An interpreted programming language implemented in Python. (WIP)
-
Updated
Mar 26, 2022 - Python
Flow chart with custom language created for the needs of today's education system.
-
Updated
Jan 24, 2021 - Java
a language made by Elias B. and Lukas W. that is similar to Python and C++. It uses a variety of ways to incorporate a functional way to program without the hassle of silly bugs! Enjoy! You can edit the code at this link... https://repl.it/@replitcode/Oven-Lang
-
Updated
Jul 17, 2018 - Python
Improve this page
Add a description, image, and links to the custom-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the custom-language topic, visit your repo's landing page and select "manage topics."


Token types are currently hard-coded as magic numbers in "tokens/tokens.cpp". This should be shifted to a tokenType enum to replace those magic numbers with named enum members.