-
Updated
Jun 1, 2021 - C
#
scripting-languages
Here are 27 public repositories matching this topic...
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
Interpreted language focused on expressiveness and type safety.
-
Updated
Jul 22, 2021 - C
Interpreter with support for class, linq, sql, net, http, fmt, json and A realtime syntax highlighting REPL.
language
programming-language
interpreter
pratt-parser
scripting-language
object-oriented
interpreted-languages
scripting-languages
-
Updated
Dec 20, 2018 - Go
A scripting language for .NET Core
c-sharp
debugger
language
programming-language
interpreter
bytecode
compiler
dotnet
nuget
scripting
repl
pratt-parser
scripting-language
dotnet-core
interpreted-programming-language
embedded-scripting-language
hacktoberfest
scripting-languages
mond
script-engine
-
Updated
Jun 19, 2021 - C#
go
linq
debugger
language
programming-language
golang
interpreter
async
dsl
pratt-parser
scripting-language
object-oriented
interpreted-languages
await
scripting-languages
-
Updated
May 11, 2021 - Go
CoffeeTableEspresso
commented
Apr 26, 2021
these should return a string representation that is legal YASL code.
for example:
const x = 'string'
echo x # string
echo x->repr() # 'string'
Strings will be quoted, certain characters will be escaped, etc.
list.repr
and table.repr
will behave recursively.
Possibly, we need a set.repr
as well.
OpenXION - Reference Implementation of the XION Scripting Language
interpreter
scripting-language
hypermedia
interpreted-languages
interpreted-programming-language
hypercard
interpreters
scripting-languages
openxion
xion
hypertalk
xtalk
xcard
-
Updated
Mar 13, 2021 - Java
A dynamic, interpreted, scripting language written in Java.
java
language
cryptography
compiler
script
async
asynchronous
dynamic
scripting
scripting-language
ast
java8
extensible
java-8
java-library
scripting-engine
scripting-languages
runtime-injections
-
Updated
May 11, 2021 - Java
A repository for the organisation of a Special Interest Group at CAA on R, python, and friends
-
Updated
Jul 7, 2021 - CSS
The SISA16 Virtual Machine, macro assembler/disassembler, debugger, scripting language, Krenel (Yes, that is its name), and tools.
emulator
simulator
kernel
virtual-machine
architecture
asm
assembler
macros
isa
scripting-languages
assembly-programs
-
Updated
Jul 24, 2021 - C
A simple VM intended to be used in scripting languages
-
Updated
Jun 26, 2021 - D
A lisp dialect
-
Updated
Apr 20, 2019 - C++
Code that I wrote during pursuing Master's degree at Saint-Petersburg Academic University in 2016-2018. Arranged by subjects that I studied.
machine-learning
kernel
deep-learning
algorithms
datastructures
architecture
functional-languages
databases
allocator
idris
operating-systems
scripting-languages
parallel-programming
software-design
-
Updated
Apr 26, 2021 - C++
A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text
-
Updated
Apr 20, 2020 - Shell
Laboratory exercises for the Scripting Languages course (Bash, Perl and Python).
-
Updated
Mar 19, 2017 - Python
windows
registry
backup
script
powershell
scripting
scripts
scripting-language
backup-script
windows-7
powershell-script
scripting-languages
registry-hacks
-
Updated
May 29, 2017 - PowerShell
An esoteric programming language that's absolutely bananas.
scripting
scripts
banana
esoteric-language
scripting-language
esoteric
joke
ctf
esolang
scripting-languages
hackerman
esoteric-programming-language
esolangs
bananas
ctf-solutions
ctf-challenges
esoteric-interpreter
-
Updated
Jan 26, 2018 - C++
Experimental implementations of SuperGenPass in various scripting languages
-
Updated
Oct 2, 2020 - Shell
An Interpreter/Compiler project written in Go (to learn Go).
-
Updated
Jul 17, 2021 - Go
Programs for CSCI297: Scripting Languages
-
Updated
Dec 4, 2017 - PHP
java
computer-science
university
thesis
lan
academic
statistical-methods
databases
bachelor
semester
scripting-languages
jagiellonian
-
Updated
Oct 3, 2018 - Jupyter Notebook
Programming Languages
haskell
interpreter
algorithms
garbage-collection
programming-languages
type-inference
scripting-languages
frama-c
denotational-semantics
axiomatic-semantics
-
Updated
Dec 14, 2018 - C
Semester Project for my Applied Software Design class, VT 3574
-
Updated
Jan 25, 2021 - C++
Various one-file scripts
python
bash
algorithms
script
scripting
scripting-language
python3
tkinter
bash-script
scripting-languages
bash-scripting
tkinter-python
-
Updated
Feb 15, 2018 - Python
Improve this page
Add a description, image, and links to the scripting-languages topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scripting-languages topic, visit your repo's landing page and select "manage topics."
Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.