|
Posted
about 9 years
ago
by
rivantsov
it's MIT, no catch, year is just a typo
|
|
Posted
about 9 years
ago
by
orware
I'm a bit confused at the moment about which license this project is using.
Here in Codeplex, the License tab to my above right shows the project is licensed under the MIT License since 2011, with updates to the copyright year in 2010, 2009, etc.
|
|
Posted
about 9 years
ago
by
darkhog
Everything's in the thread title.
Basically I want to create scripting language for my game and Irony seems like nice thing to build it upon. Later I want to create "fun assembly plaything" (think Notch's DCPU-16+Pico-8, although with its own
|
|
Posted
over 9 years
ago
by
rivantsov
there is RegExBasedTerminal that seems like what you need
|
|
Posted
over 9 years
ago
by
rivantsov
there is RegExBasedTerminal that seems like what you need
|
|
Posted
over 9 years
ago
by
Gerolkae
Is there a way to use RegEx with parsing a custom scruipt sysntax?
Basically I want to parst (x:y) # %variable standards fr DragonSpeak
I'm using Fast Colored Text Box control with Irony... For the FCTB I have a Custom systax reader but I want to update to a more modern version as the code I have is 4 years old
|
|
Posted
over 9 years
ago
by
Gerolkae
Is there a way to use RegEx with parsing a custom scruipt sysntax?
Basically I want to parst (x:y) # %variable standards fr DragonSpeak
I'm using Fast Colored Text Box control with Irony... For the FCTB I have a Custom systax reader but I want to update to a more modern version as the code I have is 4 years old
|
|
Posted
over 9 years
ago
by
oturkan
Hi,I define FreeText literal for this script "SELECT * FROM dbo.Person WHERE Country.City.Id = ?". I tried to get "Country.City.Id" word. works ok. but Every token marks mirror. I mean WHERE looks mirror. var mirror = new
|
|
Posted
over 9 years
ago
by
oturkan
Hi,I define FreeText literal for this script "SELECT * FROM dbo.Person WHERE Country.City.Id = ?". I tried to get "Country.City.Id" word. works ok. but Every token marks mirror. I mean WHERE looks mirror. var mirror = new
|
|
Posted
over 9 years
ago
by
rivantsov
Hi,I define FreeText literal for this script "SELECT * FROM dbo.Person WHERE Country.City.Id = ?". I tried to get "Country.City.Id" word. works ok. but Every token marks mirror. I mean WHERE looks mirror. var mirror = new
|