Skip to content

Some refactoring operations for Racket implemented in DrRacket

Notifications You must be signed in to change notification settings

RafaelReia/RefactoringTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring tool for Racket

At this moment this tool only transforms the following:
(if (?a) #f #t) -> (not (?a))

To use it, select the code to be transformed (e.g. the (if (< 1 2) #f #t)) right click it and select the refactoring.

Still in production, any doubts contact me.

About

Some refactoring operations for Racket implemented in DrRacket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages