Skip to content

Instantly share code, notes, and snippets.

View openorclose's full-sized avatar
🎯
Focusing

Daryl Tan openorclose

🎯
Focusing
  • Singapore
View GitHub Profile
@openorclose
openorclose / grammar.jison
Last active September 28, 2019 08:16
grammar for Source
/* description: Parses end executes JediScript expressions. */
/* lexical grammar */
%lex
%x DoubleQuotedString
%x SingleQuotedString
%x QuotedStringEscape
%%
@openorclose
openorclose / adfdf
Created July 24, 2019 06:49
sdfsdf
sdfsdf
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@openorclose
openorclose / LICENSE.txt
Last active December 16, 2015 07:59 — forked from 140bytes/LICENSE.txt
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE