Skip to content
/ Ted2Go Public

Ted2Go IDE is a leading IDE for Monkey2 programming language. Written on Monkey2! Based on original Ted2.

Notifications You must be signed in to change notification settings

engor/Ted2Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

800 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ted2Go

An IDE for Monkey2 programming language.

Binaries for MacOS and Windows are available at itch.io.

Benefits & Goals

  • Autocompletion for keywords, modules and user's code (WIP).
  • On-the-fly parser - see errors w/o build (not all errors).
  • "Find in project" dialog.
  • CodeTree and NavigationList for comfortable code jumping (todo).
  • Code folding and bookmarks (todo).
  • Doc's hints directly inside of code area (todo).

More info

Discuss on forum page.

Monkey <-> money :)

Support me if you like this project:

Notes for contributors

Please, take a look at code style. It based on original Ted2.

Will be super-cool if you can write the same style to make this project consistent.

Local abc:="ABC" ' there is no spaces in assignment

digit=8

callSomeMethod( param1,param2 ) 'there are spaces in bracket bounds

Method check:Bool( value:Double ) 'spaces in declaration
                          ' empty line after method name (can ignore if there is one-line body)
   Return value > 1.75
End

About

Ted2Go IDE is a leading IDE for Monkey2 programming language. Written on Monkey2! Based on original Ted2.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages