This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
je06's profile picture

Edil-A LASM Editor

Started by je06, 21 June 2013 - 11:11 AM
je06 #1
Posted 21 June 2013 - 01:11 PM
This program is the edit program modified to highlight its syntax.

Version:0.1.0

Downloads
SpoilerNewLife not required
Spoiler0.1.0:pastebin get bHsiRkLr edil
1.0.0:pastebin get NVy47NsY edil
NewLife required
Spoiler1.0.0:pastebin get D0w0Sm4Q installer

Plans:
To Re-Code the edil editor from scratch.
ElvishJerricco #2
Posted 21 June 2013 - 01:53 PM
This is really cool. I'm glad people are enjoying LASM =P If you write this for Project NewLife, you can use the more modularized API for the LASM compiler to do some better work, like using language.lson to find and highlight keywords and instructions, or using the individual lexer/parser functions to do on-the-fly syntax error checking.
je06 #3
Posted 21 June 2013 - 05:58 PM
Ok. I'm going to make an other version of this editor for Project NewLife.
bjornir90 #4
Posted 21 June 2013 - 06:06 PM
This is really cool even if lasm is too much bottom level for me xD